New game
Download
Get Academic Plan
Share game
Fill in the Blanks
Fill in the Blanks

by Nazneen

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:

by Nazneen

Fill in the Blanks

Played 0

About this activity

Code snippet fill in the blanks by clicking

Created by

Saudi Arabia

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
by Nazneen
 

Fill in the Blanks

by NazneenOnline version

Code snippet fill in the blanks by clicking

by nazneen begum
1

60 80 input Credit Fail grade Distinction marks

## This is a comment
## This Python program Displays the student grade based on input marks
## Grades are : 80 to 100 Distinction , 60 to 79 Credit , 40 to 59 Pass , 0 to 39 Fail

marks = int ( ( " Enter your marks : " ) )
if < 40 : grade = " "
elif marks < : grade = " Pass "
elif marks < : grade = " "
else : grade = " "
print ( " Your Grade is " , )

2

res avg1 sum num num_list

# list with int and floats
num_list = [ 10 , 20 . 5 , 30 , 45 . 5 , 50 ]

# Approach 1 using built - in function sum
res = ( num_list )
avg = res / len ( )
print ( " sum is : " , , " Average is : " , avg )

# Approach 2 using a for loop
res1 = 0
for in num_list :
res1 + = num
avg1 = res1 / len ( num_list )
print ( " sum is : " , res1 , " Average is : " , )

Are you sure you want to leave the page?

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