~/ learn/ python-from-zero/ cards/ Arithmetic & types
1 of 1

Floor-divide, take the remainder, and raise to a power.

Floor-divide, take the remainder, and raise to a power.

Answer

x = 7 y = 2 print(x // y, x % y, x ** y)

space flip · ← → navigate · esc to exit
NORMAL ~/memra/library/166250f4-2654-4cc2-ae70-ebad706e65e9/flashcard utf-8 LF