Icon Créer jeu Créer jeu

U8W3_Activity07_Python IF ELSE

Compléter

(4)
Click on the words in sequence to complete this Python IF/ELSE segment correctly. / මෙම Python IF/ELSE කොටස නිවැරදිව සම්පූර්ණ කිරීමට අනුපිළිවෙලින් වචන මත ක්ලික් කරන්න. / இந்த Python IF/ELSE பிரிவை சரியாக முடிக்க வரிசையில் உள்ள சொற்களைக் கிளிக் செய்க.

Téléchargez la version papier pour jouer

Âge recommandé: 15 ans
346 fois fait

Créé par

Sri Lanka

Top 10 résultats

  1. 1
    00:10
    temps
    100
    but
  2. 2
    00:41
    temps
    100
    but
  3. 3
    00:42
    temps
    100
    but
  4. 4
    00:47
    temps
    100
    but
  5. 5
    00:50
    temps
    100
    but
  6. 6
    00:58
    temps
    100
    but
  7. 7
    02:03
    temps
    100
    but
  8. 8
    01:40
    temps
    91
    but
  9. 9
    02:13
    temps
    88
    but
  10. 10
    01:43
    temps
    87
    but
Voulez-vous apparaître dans le Top 10 de ce jeu? pour vous identifier.
Créez votre propre jeu gratuite à partir de notre créateur de jeu
Affrontez vos amis pour voir qui obtient le meilleur score dans ce jeu
  1. temps
    but
  1. temps
    but
temps
but
temps
but
game-icon

Completar

U8W3_Activity07_Python IF ELSE

Click on the words in sequence to complete this Python IF/ELSE segment correctly. / මෙම Python IF/ELSE කොටස නිවැරදිව සම්පූර්ණ කිරීමට අනුපිළිවෙලින් වචන මත ක්ලික් කරන්න. / இந்த Python IF/ELSE பிரிவை சரியாக முடிக்க வரிசையில் உள்ள சொற்களைக் கிளிக் செய்க.

Dayan Rajapakse
1

grade 60 Distinction Credit input marks Fail 80

/ / 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 " , )