What is the difference between Print and return in Python? When to use it?

Asked by Last Modified  

4 Answers

Learn Python

Follow 7
Answer

Please enter your answer

20 years of experience teaching Informatics Practices, Python, Pandas, Matplotlib, C language

Well they are two absolutely different statements. While the print statement is used to print and output on the shell the return statement is used to return some value from a function. Return is only used with functions when we want to return a value to the calling function while print can be used whenever...
read more
Well they are two absolutely different statements. While the print statement is used to print and output on the shell the return statement is used to return some value from a function. Return is only used with functions when we want to return a value to the calling function while print can be used whenever want to display output. read less
Comments

Corporate Trainer with 6 Years of Experience.

Print function can be used inside as well as outside the function. But, return can be used in side a function. Return only computes the value, it will not show the value, to do that, you need to use print.
Comments

Maths tutor with 7 years experience

Printing means displaying a value in the console. To print a value in Python, you call the print() function..Returning is used to return a value from a function and exit the function.
Comments

Software Trainer with 12 years of IT experience and 9 years teaching experience

Print to print something on to the monitor Return is used to make the value of a local variable available globally
Comments

View 2 more Answers

Related Questions

How should I start learning Python?
Write your first program in Python. Explore packages to better manage projects. Learn Python basics, including the following elements: Boolean types. Strings. Mathematical operations. Lists and loops....
Shubham
0 0
5
Which is better, PHP or Python? Why?
Python . Simple syntax,More readable,General purpose programming language
Kartheek
0 0
5
What are the main weaknesses of Python as a programming language?
Python’s main weaknesses include slower performance compared to compiled languages, limited support for mobile development, higher memory consumption, and the Global Interpreter Lock (GIL), which can restrict multi-threading efficiency.
Raj
0 0
5
Which website should I learn Python from?
hey Abirami, I will recommend the following link- https://www.programiz.com/python-programming In case, if you require personal trainer I am online Python Tutor. Thanks, Rohit Maurya
Abirami
0 0
5

Now ask question in any of the 1000+ Categories, and get Answers from Tutors and Trainers on UrbanPro.com

Ask a Question

Related Lessons

JAVA OOPs Concepts (Object-Oriented Programming System)
JAVA OOPs Concepts (Object-Oriented Programming System) It is primarily having below crucial points. Without below essential points, we will never be able to achieve OOPs in java, PHP, C#, etc. Now let...

Python Puzzle: Find The Checksum To Ensure Flawless Data Transfer
Find below the puzzle: sampleInput='''5195 753 2468''' The first item's(5195) largest and smallest values are 9 and 1, and their difference is 8. The second item's(753) largest and smallest values...

Why Python
Python can be used in any futuristics technology A= Analytics Data Science Artificial Intelligence(AI) Neural Network(NN) Natural Language Processing(NLP) Computer Vision(OpenCV) In Analytics...

10 Best Python IDEs
Python is a very popular programming language. It's open source and used today as scripting language, web development, mobile and desktop in many areas thanks to the endless modules options it has While...

Recommended Articles

Python is one of the most popular programming languages in the world. It is general-purpose, object oriented, high-level programming language used in a number of programming fields. Python is a great programming language to learn as it will introduce you to the world of programming. If you are from the technical background...

Read full article >

Whether it was the Internet Era of 90s or the Big Data Era of today, Information Technology (IT) has given birth to several lucrative career options for many. Though there will not be a “significant" increase in demand for IT professionals in 2014 as compared to 2013, a “steady” demand for IT professionals is rest assured...

Read full article >

Information technology consultancy or Information technology consulting is a specialized field in which one can set their focus on providing advisory services to business firms on finding ways to use innovations in information technology to further their business and meet the objectives of the business. Not only does...

Read full article >

Hadoop is a framework which has been developed for organizing and analysing big chunks of data for a business. Suppose you have a file larger than your system’s storage capacity and you can’t store it. Hadoop helps in storing bigger files than what could be stored on one particular server. You can therefore store very,...

Read full article >

Looking for Python Training classes?

Learn from the Best Tutors on UrbanPro

Are you a Tutor or Training Institute?

Join UrbanPro Today to find students near you