Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- string1 = "Hello, this is my first string"
- int1 = 3
- print(string1)
- print(int1)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement