Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- #!/usr/bin/env python3
- print("3+4=", 4 + 3)
- print(3 * 3, 10 // 2)
- # comentario
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement