Python programming questions

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

I don't know how to program itㅠ<

(Example)

+ 1 2 3 -> Output 6 as a result of 1+2+3
* 23 -> Output 6 as a result of 2 * 3
- 5 3 Run 2 -> 5 – 3 – 2 and output the resulting 0
/ 42 -> Output 2 as a result of 4/2
Q -> Exit Program
500 X 1 = 500 
100 X 2 = 200
 10 X 3 = 30
------------------- 
Total 730

python

2022-09-21 18:19

1 Answers

Hashcode is not a site that does homework. Write the code yourself and ask where you don't know.


2022-09-21 18:19

If you have any answers or tips


© 2024 OneMinuteCode. All rights reserved.