how to define number in python

23

myNumber = 69

myNumber = int(myNumber)

print(type(myNumber))

Comments

Submit
0 Comments