thewhitetulip / build-app-with-python-antitextbook

Aims to teach Python3 by example

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Modulus error in the Operators section

MaltheMM opened this issue · comments

You don't show the % (modulus) operator at the top in the beginning but you show it in the interpreter in the division section.

But you don't say what it is and the result you typed is wrong:
>>> 27%7
1

but 27%7 = 6