Bhaiya aap bhot jabrdast padhate ho mtlb bhop easily samjh aati h ,great teaching.. Bhaiya i like your python video mtlb pure RUclips pr istna easily koi nhi padhya🥰
math_mark = int(input("enter your marks in Math: ")) phy_mark = int(input('enter your marks in phy: ')) chem_mark = int(input('enter your marks in chemistry: ')) total_mark = int(math_mark+phy_mark+chem_mark) half_total = int(math_mark+phy_mark) if math_mark>=65 and phy_mark>=55 and chem_mark>=50: if total_mark>=180 or half_total>=140: print("YaY, You are in") else: print("Sorry, you didn't make the Total cutoff.") else: print("Sorry, you didn't make the subject cutoff.") 3rd problem. I am only commenting so i can increase the reach of this video. the series is just amazing.
@@RishabhMishraOfficial No, Thank YOU. I started the series 2 days ago and i am on 18th video now. While simultaneously taking funning notes and practicing while ur videos plays in split screen on my laptop. You are one heck of a teacher man all thanks to you i learnt python from scratch to this point. I also learnt SQL and POWERBI from your lectures
@@RishabhMishraOfficial bhai maine pahle bhi ye comment Kiya tha apne tabhi noted hi reply Kiya lakin bhul gaye shayad ab batao fir bhul gaye to kaise yad dialu apko🥲
@@RishabhMishraOfficial please jaldi banana bhai apse padhne me maja ayega 😊 and please request h bhai ese video banana ki mere jaise samjh sake jise maths stats ati hi nhi kuch bhi or real life data pe implement kar sake bhai technical skills to ajati h or maine Krish sir ki bhi video dekhi thi jo apne recommend ki thi apni video me lakin practical life me jaise kaise us maths and statistics ko implement karte h decision ke liye usme bhot problem hoti h mujh jaise ko to .
bhai muje gap years hai, im learning DA now, muje vo extra edge kasie milega? alredy itna compitition hai...please help me out. im feeling de motivated pls
Bhaiya hmme kisi din live padha dijiye please please please please please please please please please please kyuki jb practice krte h to kaphi problem hoti h
# Asking student to enter subject marks Maths = int(input("Enter your Mathematics Marks: ")) Physics= int(input("Enter your Physics Marks: ")) Chemistry = int(input("Enter your Chemistry Marks: ")) # total marks total_marks = Maths+Physics+Chemistry maths_physics_marks = Maths+Physics # Conditional Statement if Maths>=65 and Physics>=55: if Chemistry>=50: if total_marks>=180 or maths_physics_marks>=140: print("Congratulations! you are eligible.") else: print("Sorry, you do not match our admission criteria.")
# year%4 = 0 # year%100 > 0 / year%100 = year%400 = 0 year = int(input("please enter the year: ")) if year%4==0: if (year%100==0 and year%400==0) or year%100>0: print(f'{year}is a Leap Year') else: print(f'{year} is not a Leap Year') else: print(f'{year} is Not a leap year') I wrote this code for the first problem.
u1 = "abcd" p1 = "1234" ulogin = input("enter the username: ") plogin = input('enter your password: ') if u1==ulogin: if p1==plogin: print("Both Username and password are correct.") else: print('Username is correct but password is incorrect.') else: print('Username is incorrect.') my code for ur second problem. I paused the Vid and did it myself.
Sir isn't this a simpler way for this let me know predefined_username = ("Manish") predefined_password = ("pookie@123") username = input("Enter Username: ") password = input("Enter Password: ") if(username == predefined_username and password == predefined_password): print("Successfully loggedIN") elif(username == predefined_username and password != predefined_password): print("Password is incorrect") elif(username != predefined_username): print("Username is incorrect")
Bhaiya aap bhot jabrdast padhate ho mtlb bhop easily samjh aati h ,great teaching..
Bhaiya i like your python video mtlb pure RUclips pr istna easily koi nhi padhya🥰
math_mark = int(input("enter your marks in Math: "))
phy_mark = int(input('enter your marks in phy: '))
chem_mark = int(input('enter your marks in chemistry: '))
total_mark = int(math_mark+phy_mark+chem_mark)
half_total = int(math_mark+phy_mark)
if math_mark>=65 and phy_mark>=55 and chem_mark>=50:
if total_mark>=180 or half_total>=140:
print("YaY, You are in")
else:
print("Sorry, you didn't make the Total cutoff.")
else:
print("Sorry, you didn't make the subject cutoff.")
3rd problem.
I am only commenting so i can increase the reach of this video.
the series is just amazing.
Awesome, thanks 🙂
@@RishabhMishraOfficial No, Thank YOU. I started the series 2 days ago and i am on 18th video now. While simultaneously taking funning notes and practicing while ur videos plays in split screen on my laptop.
You are one heck of a teacher man all thanks to you i learnt python from scratch to this point.
I also learnt SQL and POWERBI from your lectures
❤nice
❤ nice sir ji
nice lecture
Glad you liked ✅️
Rishab sir please teach us maths and statistics please, teach us how to implement this in real life scenarios or data sets please 🙏🏻
Okayy noted ✅️
@@RishabhMishraOfficial bhai maine pahle bhi ye comment Kiya tha apne tabhi noted hi reply Kiya lakin bhul gaye shayad ab batao fir bhul gaye to kaise yad dialu apko🥲
@@RishabhMishraOfficial please jaldi banana bhai apse padhne me maja ayega 😊 and please request h bhai ese video banana ki mere jaise samjh sake jise maths stats ati hi nhi kuch bhi or real life data pe implement kar sake bhai technical skills to ajati h or maine Krish sir ki bhi video dekhi thi jo apne recommend ki thi apni video me lakin practical life me jaise kaise us maths and statistics ko implement karte h decision ke liye usme bhot problem hoti h mujh jaise ko to .
Sir ji Data Analytics projects banado advanced wale please
the first question was asked to me by interviewer i wish i was seen it before
Bhaiya
Please make a power Bi full course from basic to advance and data analytics course also
Please Bhaiya
Okayy noted ✅️
Hello bhaiya
Can you please tell that how much time it will take for the python series to complete including all the data analysis concepts.??
Around 2 weeks
@@RishabhMishraOfficial But bhaiya you are uploading videos in a gap of approx 5 days.
How it will be completed in 2 weeks?
Please make a video on customer churn analysis
Ok noted
@@RishabhMishraOfficialsir next vedio kab ayegi
Please do the full course of UX UI designer. No RUclipsr has this course in detail.. Please yaar do it.. It will be helpfull for beginners. Thank you
I don't know UI UX 🤦♂️
bhai muje gap years hai, im learning DA now, muje vo extra edge kasie milega? alredy itna compitition hai...please help me out. im feeling de motivated pls
Data science IBM konsa shi h .. pls inform
ELigibility Problem :
mmarks = int(input("Enter your Mathematics Marks: "))
pmarks = int(input("Enter your Physics Marks: "))
cmarks = int(input("Enter your Chemistrey marks: "))
total = mmarks + cmarks + pmarks
mptotal = mmarks +pmarks
if mmarks >= 65 and pmarks >= 55 and cmarks >= 50 :
print("Your Eligible")
elif total >= 180 or mptotal >= 140 :
print ("Your ELigible")
else :
print ("Your not Eligible")
Awesome, keep learning n keep growing 🚀
Bhaiya hmme kisi din live padha dijiye please please please please please please please please please please kyuki jb practice krte h to kaphi problem hoti h
# Declaring the assumed username & password
correct_username = "vineet"
correct_password = "data01"
# Getting input from the user
username = input("Enter your username: ")
password = input("Enter your password: ")
# Applying conditional statement
if username == correct_username and password == correct_password:
print("Welcome, you have successfully logged in!")
elif username != correct_username:
print("Username is incorrect.")
else:
print("Incorrect password, please try again.")
Bhaiya ji mujhe kuch nahi ata kya me data analyst sikh saktai hhu
Everyone started from level 0
So anyone can learn anything 😊
Hi rishab bhai i have one doubt about one of your project on power bi how can I connect with you please help
sir in the last code if the marks of physics are 45 what should be the output
Not selected 😔
# Asking student to enter subject marks
Maths = int(input("Enter your Mathematics Marks: "))
Physics= int(input("Enter your Physics Marks: "))
Chemistry = int(input("Enter your Chemistry Marks: "))
# total marks
total_marks = Maths+Physics+Chemistry
maths_physics_marks = Maths+Physics
# Conditional Statement
if Maths>=65 and Physics>=55:
if Chemistry>=50:
if total_marks>=180 or maths_physics_marks>=140:
print("Congratulations! you are eligible.")
else:
print("Sorry, you do not match our admission criteria.")
Awesome, keep learning n keep growing 🚀
# year%4 = 0
# year%100 > 0 / year%100 = year%400 = 0
year = int(input("please enter the year: "))
if year%4==0:
if (year%100==0 and year%400==0) or year%100>0:
print(f'{year}is a Leap Year')
else:
print(f'{year} is not a Leap Year')
else:
print(f'{year} is Not a leap year')
I wrote this code for the first problem.
u1 = "abcd"
p1 = "1234"
ulogin = input("enter the username: ")
plogin = input('enter your password: ')
if u1==ulogin:
if p1==plogin:
print("Both Username and password are correct.")
else:
print('Username is correct but password is incorrect.')
else:
print('Username is incorrect.')
my code for ur second problem. I paused the Vid and did it myself.
Awesome ✅️
SAME CODE PE
MATHS 100
PHYSICS 40
CHEMISTRY 40
ENTER KARNE PE BHI
YOU'RE ELIGIBLE KYO AA RAHA
Sir isn't this a simpler way for this
let me know
predefined_username = ("Manish")
predefined_password = ("pookie@123")
username = input("Enter Username: ")
password = input("Enter Password: ")
if(username == predefined_username and password == predefined_password):
print("Successfully loggedIN")
elif(username == predefined_username and password != predefined_password):
print("Password is incorrect")
elif(username != predefined_username):
print("Username is incorrect")
throwing syntax error with the same code you've written in leap year question. Why so?
Share your code here
Yaar likhega kon thodi cheating kar lete 😛
But you don't do cheating, it's only for me 😅
@@RishabhMishraOfficial i really enjoyed your this line, and have completed your SQL and almost there for python.
Mast explain karte ho