Advertisement
Alelluja

Untitled

Oct 27th, 2019
112
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.10 KB | None | 0 0
  1. >>> x = 123.456
  2. >>> print(x)
  3. 123.456
  4. >>> x = "This is a string"
  5. >>> print(x + "!")
  6. This is a string!
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement