Python Course & Exercises
x = 5 print (type (x)) # x is of type int x = "Hello World" print (type (x)) # x is now of type string
No comments:
Post a Comment