Lec-5: Input from User in Python 🐍 | Input() in Python 🐍 | Python for Beginners 💻

preview_player
Показать описание
00:00 - Introduction
00:26 - Execution Input from User
04:18 - Type Casting

► Python For Beginners(Complete Playlist):

► Class XI Computer Science(Full Syllabus)

Other subject-wise playlist Links:
--------------------------------------------------------------------------------------------------------------------------------------
► Microprocessor Playlist:
►Computer Networks :
►Design and Analysis of algorithms (DAA):
►Database Management System:
► Theory of Computation
►Artificial Intelligence:
►Computer Architecture:
►Operating System:
►Structured Query Language (SQL):
►Discrete Mathematics:
►Compiler Design:
►Number System:
►Cloud Computing & BIG Data:
►Software Engineering:
►Data Structure:
►Graph Theory:
►Programming in C:
►Digital Logic:

---------------------------------------------------------------------------------------------------------------------------------------
Our social media Links:
--------------------------------------------------------------------------------------------------------------------------------------
►For Any Query, Suggestion or notes contribution:
Рекомендации по теме
Комментарии
Автор

Easy language explaination...well taught

shikharbhardwaj
Автор

Ky mast Classes hai sir.... itni short videos me itna content ... mujh jo book me smjh nhi aata woh aapke channel prr search krta literally itni Easy language me btaya apne sb

NAVEEN-midd
Автор

Varun Sir, Aapka bhot shukriya itne ache content ke liye... Aapki free classes ki wjh se mera selection COMPUTER INSTRUCTOR me ho gya hai.... 🙏🙏 Aaj agr mene 2nd paper pass kiya hai to woh srf apki videos ki wjh se please sir Ek baar Address zarur bhejna aapka Mujh Mithayi Bhejni hai....🙏🙏

NAVEEN-midd
Автор

Mene kbhi Life me socha nhi tha ki GOVERNMENT job lguga.... Mgr sir aap bhot acha pdhate ho.... CS me sare Teachers Aapke niche

NAVEEN-midd
Автор

Sir plz make more videos on python.. 🙌 you are such awesome.. No need to paid money for extra classes.. Easily cleared all concepts.. 🙌 thank you so much.. 🤗

pratibhasalunke
Автор

Thanks Varun apne python padana start kar diya👍😃

RohitArtCraft
Автор

Hey, I have been watching the lectures about DBMS and I have to say, you are by far the BEST teacher i came across online to explain me. The way you teach and the level of detail you include in your short videos, its amazing. I hope you never stop teaching! Every time I end a video, Im SOOO happy I understand it because of it <3

Maeriii
Автор

Meri Or meri Family ki life bdlne wali hai kuch time Sir Ese hi Content provide krte Rahiye.... pta nhi jane kitne log dekhte hoge aapko prr shayd study me busy rehne ki wjh se comment nhi krr pate hoge... mgr mujh yaad tha ki agr mera selection hua to Sirf Aapki wjh se hoga....

NAVEEN-midd
Автор

lst = []

# number of elements as input
n = int(input("Enter number of elements : "))

# iterating till the range
for i in range(0, n):
ele = int(input())
# adding the element
lst.append(ele)

print(lst)

ye program GEEKSFORGEEKS se hai. Waha bhi run karne pe error aa raha hai.

abhidas
Автор

Sir System design full course playlist bhi bna dijiye please🙏

mansimishra
Автор

Sir need video on” dump truck “of system simulation, please sir lots of confusions are on this topic . No one is clearing it perfectly

tyrantgaming
Автор

Sir hello I am getting error that string data not defined please explain

srinibaspanda
Автор

can anyone tell me in which application the program is runing

NCECMizbafaraz
Автор

Sir ji aap python code run karne ke liye kon sa version use karte hai

Lt_Apni_Kitab
Автор

Sir python m konsa version use kr rhe ho plz tell me sir

PayalMalik-sq
Автор

Sir information assistant ka batch shuru kroge?

poojabatra
Автор

How is input statement is used in sets explain it with detailed examples

sarfrazhussain
Автор

Sir plz internet & webdesign pe lecture uplod krye

ritikakumari
Автор

Sir data science ke liye jitna python hai utna jaldi sikhaye

saurabhatole
Автор

sir int(input()) kar raha hu to ye error aa raha hai.

ValueError: invalid literal for int() with base 10:


iska koi hal?

abhidas