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

Is Python an easy language to learn?
While Python is considered one of the easiest programming languages for a beginner to learn, it can be hard to master. Anyone can learn Python if they work hard enough at it, but becoming a Python Developer...
Hariprasad
0 0
5
Where can I get Python online training?
You can get many institutes in google which are providing online training.
Taranum

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

Ask a Question

Related Lessons

Python- Basic Concepts part 2
1. Other Numerical Operations a. Exponentiation Besides addition, subtraction, multiplication, and division, Python also supports exponentiation, which is the raising of one number to the power of...

Be A Python Dev
Currently, in the programming world, Python is one of the languages with a high rising demand profile. And this article will explain why that isn’t slowing down in the foreseeable future.Python...

JAVA - Object Cloning
JAVA - Object Cloning Is the way of creating the same copy of object without calling the class constructor. It means we can make any class object multiple times without calling its default constructor....

Why is the Hadoop essential?
Capacity to store and process large measures of any information, rapidly. With information volumes and assortments always expanding, particularly from web-based life and the Internet of Things (IoT), that...

Write a python program to display dictonary details from list of dictonary
Print the Following: Print all dictonary in a seperate line. Name of all the products. Total quantity of all the products. Details of any product name when provided. Convert all the product name to upper case and print.
A

Ankit P.

0 0
0

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