New game
Download
Get Academic Plan
Share game
Froggy Jumps
Froggy Jumps

Дайындық

Integrate it into your platform

You can integrate the game into an LMS compatible with LTI 1.1 or LTI 1.3 such as Canvas, Moodle, or Blackboard. This way, the scores will be automatically saved into the platform’s gradebook.
Download
You have exceeded the maximum number of games you can integrate into Google Classroom with your current Plan.

To integrate as many games as you want in Google Classroom, you need an Academic Plan or a Commercial Plan.

You have exceeded the maximum number of games you can integrate into Microsoft Teams with your current Plan.

To integrate as many games as you want in Microsoft Teams, you need an Academic Plan or a Commercial Plan.

Downloading games is an exclusive feature for users with an Academic Plan or a Commercial Plan.

Get your Academic Plan or your Commercial Plan now and start integrating your games into your LMS, website or blog.

If you wish, you can download a demo game here and test its integration:

Дайындық

Froggy Jumps

Played 1

About this activity

пайтон

Created by

Kazakhstan

Download the paper version to play

Make your own free game from our game creator
Compete against your friends to see who gets the best score in this game

Top Games

%
Anonymous
Anonymous
%
%
%
You have exceeded the maximum number of games you can print with your current Plan.

To print as many games as you want, you need an Academic Plan or a Commercial Plan.

Print your game
Дайындық
 

Froggy Jumps

ДайындықOnline version

пайтон

by Aig22NEO01Z4 E
1

arr = [3, 6, 9, 12] sum = 0 FOR i FROM 1 TO LENGTH(arr) DO IF arr[i] MOD 3 == 0 THEN sum = sum + arr[i] END IF END FOR PRINT sum

2

arr = [2, 5, 8, 11] product = 1 FOR i FROM 0 TO LENGTH(arr) - 1 DO IF arr[i] % 2 == 0 THEN product = product * arr[i] END IF END FOR PRINT product

3

x = 5 y = 2 WHILE x <= 20 DO IF x % y == 0 THEN PRINT x END IF x = x + 3 END WHILE

4

num = 2 FOR i FROM 1 TO 4 DO num = num * i END FOR PRINT num

5

arr = [5, 10, 15, 20, 25] sum = 0 FOR i FROM 1 TO LENGTH(arr) STEP 2 DO sum = sum + arr[i] END FOR PRINT sum

6

x = 3 y = 7 count = 0 WHILE x <= y DO IF x MOD 2 == 1 THEN count = count + 1 END IF x = x + 1 END WHILE PRINT count

7

arr = [1, 4, 7, 10] result = arr[0] FOR i FROM 1 TO LENGTH(arr) - 1 DO result = result + arr[i] END FOR PRINT result

8

num = 10 FOR i FROM 1 TO 3 DO num = num - i END FOR PRINT num

9

x = 1 y = 4 WHILE y > 0 DO x = x * 2 y = y - 1 END WHILE PRINT x

10

arr = [2, 4, 6, 8, 10] sum = 0 FOR i FROM 1 TO LENGTH(arr) DO IF arr[i] % 4 == 0 THEN sum = sum + arr[i] END IF END FOR PRINT sum

11

arr = [2, 3, 5, 7, 11] product = 1 FOR i FROM 1 TO LENGTH(arr) DO IF arr[i] % 2 == 1 THEN product = product * arr[i] END IF END FOR PRINT product

12

num = 20 FOR i FROM 1 TO 4 DO num = num - i PRINT num END FOR

13

arr = [1, 3, 7, 12, 17] product = 1 FOR i FROM 1 TO LENGTH(arr) DO IF arr[i] % 3 == 0 THEN product = product * arr[i] END IF END FOR PRINT product

14

arr = [2, 3, 5, 7, 11] result = arr[1] FOR i FROM 2 TO LENGTH(arr) DO result = result * arr[i] END FOR PRINT result

15

num = 1 FOR i FROM 1 TO 4 DO FOR j FROM 1 TO i DO num = num + j END FOR END FOR PRINT num

Are you sure you want to leave the page?

If you leave the page, you will lose your game progress.