4 lines
112 B
Python
4 lines
112 B
Python
from web3 import Web3
|
|
addr = "0xbe6d8f0d397708d99755b7857067757F97174d7d"
|
|
print(Web3.to_checksum_address(addr))
|