Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- variable1 = 5 + 3 + 8 + 46 + 72
- print(variable1)
- variable2 = variable1 + 581
- print(variable2)
- variable3 = variable1 + variable2
- print(variable3)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement