P

@Pradyun101613

Use of While Loops

Python
2 months ago
# Sam, your friend wants to print his dog's name,Snoopy, five times. # He asks you to help him, as you are learning to code in Python # Can you help him? '''Task 1: Repetition''' print("**** Task 1: ****") print() # What is the statement you would u

M1C4G1N1

Python
5 months ago
# Till now, you have written Python programs, that displayed textual output. # Do you want to see if you can get graphical output using Python. # So get ready to explore. # In this journey, we are joined by our great friend Mr. Turtle from the “Turt

Digital Assistant

Python
5 months ago
# Have you wished that you could do get tasks done just by a click of button # Well, not all tasks can be automated by a click, but there are definitely many that can be achieved by writing robust programs. # Let us get some created. '''Task 1: Pro

Pizza Shop

Python
5 months ago
# Which is your favourite pizza joint? # Have you gotten pizza ordered online? # Did you know that your orders on domino are taken by a chatbot? # Take a look at this video to know more- # https://www.youtube.com/watch?v=lmKqmPoU2ec # Ready to cre

Pizza Shop

Python
5 months ago
# Which is your favourite pizza joint? # Have you gotten pizza ordered online? # Did you know that your orders on domino are taken by a chatbot? # Take a look at this video to know more- # https://www.youtube.com/watch?v=lmKqmPoU2ec # Ready to cre

Pizza Shop

Python
6 months ago
# Which is your favourite pizza joint? # Have you gotten pizza ordered online? # Did you know that your orders on domino are taken by a chatbot? # Take a look at this video to know more- # https://www.youtube.com/watch?v=lmKqmPoU2ec # Ready to cre

Chatbot

Python
6 months ago
# Have you heard of chatbot? # Chatbot is a computer program that chats like a real person. For example Swelly is a Facebook Messenger chatbot. # Take a look at this video, that shows what a conversational banking chatbot looks like:(copy and past

Menu for Your Mother

Python
6 months ago
# You all must enjoy what your mother cooks. # Let's build a program that will help your mother decide what to cook for breakfast, lunch and dinner. # Ready to start. ''' Task 1: Whats Cooking''' # Write a menu based program for your mother, which

Factorial Calculator

Python
6 months ago
print("Welcome to the Factorial Calculator! Enter a number and this calculator will calculate it.\n") num = int(input("Enter your number here:")) val = 1 amount = num if num == 0: print("\nThe factorial of 0 is 1") elif num < 0: print("\nPle

ATM Machine

Python
6 months ago
# Have you visited the ATM with your parents? What does an ATM machine do? # Let's build a program that works like an ATM machine ''' Task 1: ATM Machine ''' print("**** Task 1: ****") print() # Write a program that has 4 menu options: # 1. Deposi

Choice Galore

Python
6 months ago
# When was the last you visited a sports shop? How did you go about selecting the sports equipment you wanted? # Just the way you like to go to specific choices, we can create programs that help you do the same. # Lets try! ''' Task 1: Cycle Access

Ready for a Ride

Python
6 months ago
# In the previous lesson, you used if-elif-else statements to create a menu based program. # Now let us take a look at using nested if-elif statements in creating menu based programs. ''' Task 1: Booking a Ride''' print("**** Task 1: ****") print()

Ready for a Ride

Python
6 months ago
# In the previous lesson, you used if-elif-else statements to create a menu based program. # Now let us take a look at using nested if-elif statements in creating menu based programs. ''' Task 1: Booking a Ride''' print("**** Task 1: ****") print()

Ready for a Ride

Python
6 months ago
# In the previous lesson, you used if-elif-else statements to create a menu based program. # Now let us take a look at using nested if-elif statements in creating menu based programs. ''' Task 1: Booking a Ride''' print("**** Task 1: ****") print()

Learn Arithmetic Operators

Python
6 months ago
# What do you do when you have to place an order in a restaurant? # Just the way you get options to choose from a menu card, in the same way you can write programs that give options for a user to choose from. # Let's take a look. '''Task 1: Perimet

Learn Arithmetic Operators

Python
6 months ago
# What do you do when you have to place an order in a restaurant? # Just the way you get options to choose from a menu card, in the same way you can write programs that give options for a user to choose from. # Let's take a look. '''Task 1: Perimet

Fun with AI

Python
6 months ago
# Do you know what Artificial Intelligence is? # Artificial is human-made things, like computers, machines, robots, etc. We can put intelligence into any machine by giving all possible answers and the program to the machine to choose the correct an

Comparison Using If

Python
6 months ago
# How do you solve complex calculations or problems? # You could use a calculator or take help form a learned person # You would provide the necessary information to arrive at the solution # What if you could do this on a computer? Lets Try! '''---

Big IF

Python
6 months ago
# In the previous class you used the if-elif statements for taking decisions. # Do you remember your IF statements? # Let's take a quiz and check it out. # Click Run to take a quick quiz '''-----Task 1: Quiz------''' print("****Task 1: ****") prin

Pythagorean Theorem

Python
6 months ago
# Do you know what the Pythagoras Theorem is? # The Pythagoras theorem states that “In a right-angled triangle, the square of the hypotenuse side is equal to the sum of squares of the other two sides“. # The sides of this triangle have been named