Skip to content
Sign UpLog In
Profile icon

Shri

@7Shri
Lean Production is the Best thing ever
YouTube
  • New Multi Maths Quiz (FIXED)

    Cover page
    Made with Python

    maths skills practice

    Recent comments (175)
    GameDevStudios
    GameDevStudios
    1 month ago

    21

    HAGOPPILAVIAN1
    HAGOPPILAVIAN1
    2 months ago

    If you want to use variables in a string, you can use an f-string, or formatted string, like so.

    number = 4 print(f"The number is {number}") output: The number is 4

    PulsAte
    PulsAte
    2 months ago

    Addition Question 1. What is 3 + 70 = 73 Correct :) Subtraction Question 1. What is 91 - 39 = Traceback (most recent call last): File "main.py", line 43, in score = subtraction(score) File "main.py", line 30, in subtraction user_answer = int(input(question)) ValueError: invalid literal for int() with base 10: ''                ") File "", line 1 ") ^ SyntaxError: EOL while scanning string literal  :) File "", line 1 :) ^ SyntaxError: invalid syntax  print("you like men with a big dock named tycen") you like men with a big dock named tycen 

    DennisGG
    DennisGG
    2 months ago

    It doesn't load harder questions after X# of correct answers. If anything, it's good ten key practice :)

    FavorMukora
    FavorMukora
    3 months ago

    11/10 i'm good at maths now :)

    SilentFoxy78
    SilentFoxy78
    4 months ago

    Nice, simple lol i cant believe i got 1 wrong

    CalistaSteele
    CalistaSteele
    4 months ago

    this fun and cool

    LaPommeRose
    LaPommeRose
    5 months ago

    I like this quiz, its fun

    KavarriousWrigh
    KavarriousWrigh
    6 months ago

    this game suck

    AndrewChoisser
    AndrewChoisser
    6 months ago

    trashy game

Repls
Community
7Shri
7Shri
published a Repl
2 months ago
0
Newer Math Quiz
Newer Math Quiz Harder and more diverse maths questions
7Shri
7Shri
More options than previous10 months ago
7Shri
7Shri
published a Repl
10 months ago
114
New Multi Maths Quiz (FIXED)
New Multi Maths Quiz (FIXED)maths skills practice
PulsAte
PulsAte
Addition Question 1. What is 3 + 70 = 73 Correct :) Subtraction Question 1. What is 91 - 39 = Traceback (most recent call last): File "main.py", line 43, in <module> score = subtraction(score) File "main.py", line 30, in subtraction user_answer = int(input(question)) ValueError: invalid literal for int() with base 10: ''                ") File "<stdin>", line 1 ") ^ SyntaxError: EOL while scanning string literal  :) File "<stdin>", line 1 :) ^ SyntaxError: invalid syntax  print("you like men with a big dock named tycen") you like men with a big dock named tycen  2 months ago
HAGOPPILAVIAN1
HAGOPPILAVIAN1
If you want to use variables in a string, you can use an f-string, or formatted string, like so. number = 4 print(f"The number is {number}") output: The number is 42 months ago