Merge 9864dca858 into a7aabeaf49
This commit is contained in:
commit
4a31989e66
|
|
@ -4,7 +4,9 @@
|
|||
if 3/2 == 1: # Because Python 2 does not know maths
|
||||
input = raw_input # Python 2 compatibility
|
||||
|
||||
print('Welcome to this calculator!')
|
||||
a ='Welcome to this calculator'
|
||||
print(a.center(60))
|
||||
|
||||
print('It can add, subtract, multiply and divide whole numbers from 0 to 50')
|
||||
num1 = int(input('Please choose your first number: '))
|
||||
sign = input('What do you want to do? +, -, /, or *: ')
|
||||
|
|
|
|||
Loading…
Reference in New Issue