Introduction to Python
Python is an open-source (free) programming language that is used in machine learning, data science, web development, and many scientific applications.
It was created by Guido van Rossum, and released in 1991.
Print Function Accept String (String means a plan Text or Group Of Character) And Gives output on standard output Device And in this case Our Screen is the Standard Output Device.
- Write a Python Program to "Hello World".
print("Hello World !!")print("Hii \n Good Evening \n Welcome To Python Programming!!")1️⃣ Write a program to use
print()function to print your name, college name and about information. Also use\n(newline character) to separate lines.
👁 Show Answer
print("Name:\nVedika Bhujabal ")
print("college name:\nSSMP")
print("Village Name:\nPune")Click Here to Open Google Collab
Click Here to Download Slack for Android
Click Here to Download Slack for Desktop



