learn-python/e2.py

6 lines
113 B
Python
Raw Permalink Normal View History

2023-06-07 17:58:34 -04:00
# Exercise 2
# Task:
'''
Create two variables, one equalling 5 and the other equalling 10, and print the sum
'''