Hi ! I need a code for displaying a simple statement in an applet & accepting a String by the user on the window itself . | Sololearn: Learn to code for FREE!
Novo curso! Todo programador deveria aprender IA generativa!
Experimente uma aula grƔtis
+ 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 :)

20th Dec 2016, 8:48 AM
Meghan
Meghan - avatar
1 Resposta
+ 1
input_strings = input('Input a string:') print(input_strings + 'String successfully entered')
25th Dec 2016, 3:53 AM
june