Multiplication and power
Multiplication is similar (use * to multiply numbers or variables).
To raise number or variable into a power use ** operator (see examples below):
12345# Example of multiplication print(2*21) #Example of power print(2**21)
Aufgabe
Swipe to start coding
If you invested $1 in stock market and it returns 15% a year, how much you will have after 10 years?
Lösung
War alles klar?
Danke für Ihr Feedback!
Abschnitt 2. Kapitel 2
single
Fragen Sie AI
Fragen Sie AI
Fragen Sie alles oder probieren Sie eine der vorgeschlagenen Fragen, um unser Gespräch zu beginnen
Awesome!
Completion rate improved to 2.33
Multiplication and power
Swipe um das Menü anzuzeigen
Multiplication is similar (use * to multiply numbers or variables).
To raise number or variable into a power use ** operator (see examples below):
12345# Example of multiplication print(2*21) #Example of power print(2**21)
Aufgabe
Swipe to start coding
If you invested $1 in stock market and it returns 15% a year, how much you will have after 10 years?
Lösung
War alles klar?
Danke für Ihr Feedback!
Awesome!
Completion rate improved to 2.33Abschnitt 2. Kapitel 2
single