Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions solutions.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#Declare two variables num1 and num2 and assign it a number value of your choosing.
num1 = 8
num2 = 3
num1 =int(input("Enter Any Number:"))
num2 =int(input("Enter Any Number:"))

#1. Addition
#Add the two variables and store it to a new variable named total.
Expand Down