~/ 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/91b7da43-965e-4238-809e-120e318274ba/flashcard utf-8 LF