0
Working with Input Python
Hello all I have a problem at this point in Python Core (Working with Input). At the practice exercise "Multiple Variables" I have to complete the both test Case (1 and 2), but i get stuck. I can't have the solution for the both test in the same time. How can I solve it? Thanks a lot
3 Answers
+ 7
As the task name indicates, you need to use input(). Do not hard code the values, use input
+ 3
You may also want to post your code if you're still stuck.
+ 1
it will be better if you provide your source code where you are stuck