Don't space Python

Asked 2 years ago, Updated 2 years ago, 14 views

a, b=map(int,input().split())
print('3+2=5')
print('3-2=1')
print('3*2=6')
print('3/2=1')

3+2=5

3-2=1

3*2=6

3/2=1

I have to print it out like this You keep saying

3+2= 5

3-2= 1

3*2= 6

3/2= 1

so output.ㅠㅠ

python

2022-09-22 11:45

1 Answers

If you have any answers or tips


© 2024 OneMinuteCode. All rights reserved.