0% found this document useful (0 votes)
14 views

Online Python Compiler (Interpreter)

The document describes a Python online compiler that allows running Python code, taking user input, and printing output; it shows sample code that takes user input, stores it in a variable, and prints a message using that variable.

Uploaded by

dhruv mendiratta
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
14 views

Online Python Compiler (Interpreter)

The document describes a Python online compiler that allows running Python code, taking user input, and printing output; it shows sample code that takes user input, stores it in a variable, and prints a message using that variable.

Uploaded by

dhruv mendiratta
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 1

Learn Python App

Python Online Compiler

main.py Run Shell Clear

1 message=input(" hello how are you: ") hello how are you:
2 print("Hello, ",message)

You might also like