Skip to content

I prepar a mini project named : calculator #2

Description

@hasnanasa

class calculator:
def init(self):
self.calcul()
def calcul(self):
self.number=int(input("enter please an integer number"))
for i in range(11):
print(self.number*i)
a=int(input("ente pllease the number of the numbers you want to enter"))
for i in range(a):
c=calculator()

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions