+ 1
Hi ! I need a code for displaying a simple statement in an applet & accepting a String by the user on the window itself .
I am new to applets so I want a simple code that says "Input a string" , accepts a String(applet) and then displays that String back again onto the window along with a "String successfully entered" note . Don't worry yourself with the exact displays. I basically want the pattern :)
1 Réponse
+ 1
input_strings = input('Input a string:')
print(input_strings + 'String successfully entered')