4 lines
43 B
Python
4 lines
43 B
Python
print("a\nb")
|
|
print(hex(21))
|
|
len(str(val))
|
print("a\nb")
|
|
print(hex(21))
|
|
len(str(val))
|