Nicole Dávila
Git practice laboratory, where I practice Git and Github skills.
a = input("type in a number: ")
b = input("type in another number: ")
sum = int(a) + int(b)
print("the sum is: ", sum)
- Turn on GitHub Pages
- Outline my portfolio
- Introduce myself to the world