Python Bangla Tutorials 7 : Getting User Input

preview_player
Показать описание
Learning outcomes:
1)how to get user input
2) input function in python
Full Python Course is here :
Рекомендации по теме
Комментарии
Автор

Apnar vedio duration time gula onk kom ai jonno dekhte onk valo lage.. Thanks bro

smsbd
Автор

onek sundor hosse vai apner tutorial, doa kori aro valo korar allah apnke towfik dan koruk

rubelislamcse
Автор

Watching these from the very first video.vaiya...So effective

shovonkumarray
Автор

Love you Brother, This Python is just love for me because of you.

Prantik
Автор

Vai apnar vedio gulu amar onnek valo lage..

storyofsometimes
Автор

Sir akbar West Bengal a ghura jaban, apnar satha dakha hola sotti dhonno hoa jabo.

ayansamanta
Автор

thanks for your helpful discussion in a very easy way...

mahmudurrahman
Автор

#input from user

name= input("Enter Your Full Name: ")
age = int(input("Enter Your Age: "))
dept = input("Enter Your Department: ")
cgpa = float(input("Eneter Your CGPA: "))

print("student information".title())

print("Your Name:" +name.title())
print("Your Age:", age)
print("Your Department:" +dept.upper())
print("Your CGPA:", cgpa)

SahabUddin-doov
Автор

Sir, Assalamualaikum..
CSE Related shob Subject ghulai eke eke Upload diyen, Jodi possible hoy..
Apnar Video ghulo Gochano onk..tai vhalo lage apnar video dekhe porte..
Pura Semester apnar video dekhe dekhei per hoy

shafinshuvoo
Автор

I m a beginner... And urs videos are very hlpful.. মাশাল্লাহ
I have shorten this code:
name="Rashan"
age="20"
gpa="5.00"

print("Students name:"+name+"\nAge:", age, "years old.""\nStudents Gpa:"+gpa+"\nits a practising window\nHoping for the best")

fariharashan
Автор

age and cgpa a Int aikhane comma na dea + dea ki vabe holo

mohammadal-khalid
Автор

Today I got hsc gpa 3.92
What a coincidence!

Sjjvh
Автор

Sir apni age and cgp ar aga + diya kivaba run korlan. Variable ar video ta apni bolachilan age, and cgp ar aga and pora comma use korta hoba.

juikancon
Автор

Sir, Enter dile new line astese, but aksate 3 ta line er input chabe kivabe??

tajbiul
Автор

age and gpa both are same data type they are string

mojammelhossain
Автор

How can i declare a variable name as "class".Liike class=input("enter your class name: ")

ikramhossain
Автор

Assalamu Alaikum vai. How can I take Bangla input in Python?

mobileappsmacit
Автор

vai apni tutorial 5 e bollen sudhu string er khetre (+) use korte hobe but ekhane age eo plus use korlen kno ?

monizahamed
Автор

MD. BELAL HOSSAIN
1 second ago
ভাইয়া আমার এই সমস্যা হচ্ছে,
number_one = int(input("inter first number "))
number_two = int(input("inter second number"))
total = number_one + number_two
print ("Total is " +int(total))





inter first number 55
inter second number99
Traceback (most recent call last):
File "/Users/belal/Documents/pythonProject/project1.py", line 6, in <module>
print ("Total is " +int(total))
TypeError: cannot concatenate 'str' and 'int' objects


Process finished with exit code 1

md.belalhossain
Автор

i have forgotten how to copy and paste a line faster, can you help?

cyberwarrior