+ 1
How to make 2 input test cases spreated from each other
it's pythonfor beginner practice 16.2
6 ответов
+ 3
+ 1
Which language? Example of the wanted Input? Code attempt or Tasks description would be favoriable. 😉
+ 1
Link your code what do you want to do??
+ 1
it's pythonfor beginner practice 16.2
+ 1
@mihir lalwani thanks man
+ 1
this is the answer
text = input()
print("***" + " " + text + " " + "***")