+ 2
What is a first python programming challenge for a beginner
3 Réponses
+ 7
You mean after getting past the "Hello World" stage?
+ 3
You can start by programming a basic calculator.
Ask the user for two numbers and add them.
Next ask the user for two numbers and ask him what should be done with them.(+,-,/,*)
+ 1
Ss