Welcome, guest! Login / Register - Why register?
Psst.. new poll here.
Psst.. new forums here.
Microsoft is blocking us again (TY IP Reputation!) so just use oauth login instead. :)

Paste

Pasted as Python by Jane ( 7 years ago )
educational_grant, expenses = 10000, 12000

i = 1
while i < 10:
    i += 1
    price_inc = 12000 // 100 * 3
    expenses = expenses + price_inc
    print(expenses)

 

Revise this Paste

Your Name: Code Language: