Working with Input Python | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
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

5th Nov 2023, 10:48 AM
sorin
3 Answers
+ 7
As the task name indicates, you need to use input(). Do not hard code the values, use input
5th Nov 2023, 10:49 AM
Lisa
Lisa - avatar
+ 3
You may also want to post your code if you're still stuck.
5th Nov 2023, 1:27 PM
Keith
Keith - avatar
+ 1
it will be better if you provide your source code where you are stuck
6th Nov 2023, 5:39 AM
Alhaaz
Alhaaz - avatar