0

Code

It's not showing option to take input in results when I used it in program

15th Sep 2021, 2:14 PM
Kaivalya Deshpande
9 Respuestas
+ 2
When you take an input, if you want to show it in compiler screen, just output it. Like print(input) Happy coding!
15th Sep 2021, 2:21 PM
mesarthim
mesarthim - avatar
+ 2
Kaivalya Deshpande You're welcome! Happy coding!
15th Sep 2021, 3:10 PM
mesarthim
mesarthim - avatar
+ 1
Well, could you show your attempt? Kaivalya Deshpande
15th Sep 2021, 2:34 PM
mesarthim
mesarthim - avatar
+ 1
Kaivalya Deshpande Check this code, I hope you understand what's ramining in your code. When it runs, write your name and submit it. after that you'll show it's written on the screen. https://code.sololearn.com/cRtT9hfjd9JA/?ref=app
15th Sep 2021, 2:51 PM
mesarthim
mesarthim - avatar
+ 1
Yesss buddy 🌸😇 It's working now Thanks ✨
15th Sep 2021, 3:08 PM
Kaivalya Deshpande
+ 1
😇
15th Sep 2021, 3:11 PM
Kaivalya Deshpande
0
Noo yaar
15th Sep 2021, 2:26 PM
Kaivalya Deshpande
0
It's not working
15th Sep 2021, 2:26 PM
Kaivalya Deshpande
0
If I code like this Name=input("Enter your name:") Then it only show this Enter your name I can't put my name there
15th Sep 2021, 2:43 PM
Kaivalya Deshpande