Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- num_apples = 20
- print("Number of apples: " + str(num_apples))
- # Enter your code here
- num_oranges = 15
- print("Number of oranges: " + str(num_oranges))
- num_apples = 20
- print("Number of apples: " + str(num_apples))
- num_oranges = 0
- print("Number of oranges: " + str(num_oranges))
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement