#Arithmetic Operators are +, -, *, /, **, %, // num1 = int(input("num1: ")) num2 = int(input("num2: ")) # print num1+num2 print(num1,"+",num2,"=",num1+num2) # print ...
You can create a release to package software, along with release notes and links to binary files, for other people to use. Learn more about releases in our docs.