Guest User

Untitled

a guest
Oct 23rd, 2017
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.06 KB | None | 0 0
  1. x = 2.5
  2. y = 3
  3. z = "All STARS"
  4.  
  5. print(type(x), type(y), type(z))
Add Comment
Please, Sign In to add comment