Capstone Project

In this MIT app inventor course we would have learned the basics of designing a app and by using many design components such as Buttons Timers Text to speech converter Extension for classifying the image Layout options Real time sensors…

Module 10 – Capstone Project

Introduction:  Design a multi-player soccer (football) game using AI simulation Tool, where the players will shoot the ball to the opponent goal post to score points Sprites to be used: Player 1 Player 2 Ball Variables to be created: Score…

Module 10 – Capstone Project

Introduction:  Design a multi-player soccer (football) game using AI simulation Tool, where the players will shoot the ball to the opponent goal post to score points Sprites to be used: Player 1 Player 2 Ball Variables to be created: Score…

Module 10 – Capstone Project

Introduction:  Design a multi-player soccer (football) game using AI simulation Tool, where the players will shoot the ball to the opponent goal post to score points Sprites to be used: Player 1 Player 2 Ball Variables to be created: Score…

Module 12- Activity

Define a list consisting of the names of 8 planets of the solar system. Use a for loop to iterate over every single element inside the list. For every iteration of a planet, print a fact about the planet. For…

Module 11- Activity

Write a program to design a simple calculator. Receive the input on whether the user wants to perform a calculation. If he gives ‘NO’ or ‘no’, terminate the program and print ‘Thank You’. If he gives ‘YES’ or ‘yes’, ask…

Module 10- Activity

Write a program to satisfy the following condition. Take the following string as input. ‘Hello everyone! I’m feeling pretty ‘ After the string, receive a string as input in any variable. If the input is ‘awesome’, print ‘Amazing!’ If the…

Module 8- Activity

‘I like learning about programming’. Get the string given above as input and perform the following operations on them. Convert ‘programming’ to upper case. In the string, replace ‘programming’ with the string ‘Python’. Check whether the word ‘Python’ is located…

Module 7- Activity

ASCII values are the respective integer values for characters. Go to Google and refer to the respective ASCII values for all the characters. Now write a program for the following condition referring to the ASCII values. From the string ‘My…