0
Can someone help me to solve desired output problem of python for bignneres
4 Answers
+ 1
Please tag "Python".
Show your code and explain the task please.
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?
0
Please help me
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