0

Can someone help me to solve desired output problem of python for bignneres

10th Jan 2022, 2:43 PM
Harsh Deshwal
4 Answers
+ 1
Please tag "Python". Show your code and explain the task please.
10th Jan 2022, 3:44 PM
Lisa
Lisa - avatar
0
Practice 14.3 python for beginners <Solved> How do I answer test cases 1 and 2? I can answer either test case 1 or 2 but not both. input = ("hello") print("*** " + input + " ***") How do I answer both cases?
10th Jan 2022, 3:51 PM
Harsh Deshwal
0
Please help me
10th Jan 2022, 3:51 PM
Harsh Deshwal
0
input() is the name of the input function – input means you can give different values. save the input in a variable, e.g. var = input() then use the variable var in the print function instead of input
10th Jan 2022, 3:54 PM
Lisa
Lisa - avatar