Introduction to Python
Learn scripting using Python, without the need to setup complex environment.
Robo will have to have to weigh the items first to see how many items he could put in his bag and whether he can proceed with this weight or not, he will also learn that he should collect the items in a specific order as he will be told.
Help Robo read the temperature on the blue and red cell. Print the larger value of the two.
Gather all the boots and all the helmets on the red and blue cells. Lastly, print the number of boots and helmets separately onto the screen.
Robo needs to know how much water he has. Count how many full blue bottles and empty orange bottles there are.
This backpack can hold 10 items. Collect all the tools until Robo reaches the red cell. Print the number of items your backpack can still hold after collecting the items.
This trip takes 20-hours to complete. Robo needs to collect all the water bottles so he will stay hydrated. Each bottle can last Robo 6 hours. Calculate how much water Robo has for his trip.
Introduction to Python
Learn scripting using Python, without the need to setup complex environment.