0
About calculation using python
What do you nid to write frist before inputing the number of calculation?
1 Odpowiedź
+ 8
To write something first, before asking for input, is that the question? if it is, then you simply use print() to write something out first, then get the number using input(). I hope I did not misunderstand your question, clarify if I did...