what i made to day

import random

OPERATORS = [“+”, “-“, “*”]

MIN_OPERAND = 3

MAX_OPERAND = 12

TOTAL_PROBLEM = 10

def generate_problem():

    left = random.randint(MIN_OPERAND, MAX_OPERAND)

    right = random.randint(MIN_OPERAND, MAX_OPERAND)

    operator = random.choice(OPERATORS)

    expr = str(left) + ” ” + operator + ” ” + str(right)

    answer = eval(expr)

    return expr, answer

for i in range(TOTAL_PROBLEM):

    expr, answer = generate_problem()

    while True:

        guess = input(“problem # ” + str(i + 1) + “:” + expr + ” = “)

        if guess == str(answer):

            break

        wrong += 1

what it is, it is a code that makes math problems to sovle

Renovation and restoration

Experience the fusion of imagination and expertise with Études Architectural Solutions.

Continuous Support

Experience the fusion of imagination and expertise with Études Architectural Solutions.

App Access

Experience the fusion of imagination and expertise with Études Architectural Solutions.

Consulting

Experience the fusion of imagination and expertise with Études Architectural Solutions.

Project Management

Experience the fusion of imagination and expertise with Études Architectural Solutions.

Architectural Solutions

Experience the fusion of imagination and expertise with Études Architectural Solutions.

An array of resources

Our comprehensive suite of professional services caters to a diverse clientele, ranging from homeowners to commercial developers.

Études Architect App

  • Collaborate with fellow architects.
  • Showcase your projects.
  • Experience the world of architecture.
Tourist taking photo of a building
Windows of a building in Nuremberg, Germany

Études Newsletter

  • A world of thought-provoking articles.
  • Case studies that celebrate architecture.
  • Exclusive access to design insights.

“Études has saved us thousands of hours of work and has unlocked insights we never thought possible.”

Annie Steiner

CEO, Greenprint

Join 900+ subscribers

Stay in the loop with everything you need to know.