input( ) and print( ) functions in Python | CBSE Class - XI | Computer Science

Описание к видео input( ) and print( ) functions in Python | CBSE Class - XI | Computer Science

python input function,
python print function

In this video, you will understand the input ( ) and print ( ) functions in Python.
input( ) function is used to take input from a user.
Input function always returns a value of string type.

Syntax :
VarToHoldValue = input (prompt to be displayed)

print( ) function is used to display a string on the console.
Syntax:
print(*objects , [sep=‘ ‘ or separator string , end=‘\n’ or end string)

Getting started with Python
   • Getting Started With Python | How to ...  
Python Fundamentals (Character Set, Token, Keywords, Identifiers, Literals )
   • Python Fundamentals | TOKEN | KEYWORD...  
Variables in Python
   • Variables in Python | Dynamic Typing ...  

Dictionaries in Python – An Introduction
   • Dictionary in Python Class 11  |  Dic...  
Dictionary Functions
   • Dictionary Functions | Dictionary in ...  
Programs of Dictionary in Python
   • DICTIONARY PROGRAMS | CBSE CLASS - XI...  

Computer System Overview (Part – 1)
   • Computer System Overview (Part - 1) |...  
Computer System Overview (Part – 2)
   • Computer System Overview (Part - 2) |...  

Introduction of Boolean Logic and its operations
   • Boolean Logic Class 11 | Class 11 Com...  
Logic Gates
   • LOGIC GATES | BASIC LOGIC GATES | UNI...  
Boolean Laws
   • BOOLEAN LAWS | POSTULATES | CBSE CLAS...  
Important Questions of Boolean Algebra
   • IMPORTANT QUESTIONS  OF BOOLEAN ALGEB...  

Комментарии

Информация по комментариям в разработке