PriymakVl
3/8/2020 - 8:31 PM

python arithmetic operations

python arithmetic operations


43//12
##  get integer 3

41%12
##  get the remainder of the number 5

324%10
##  get last number 4

324//10
## remove last number, get 32

47865//1000%10
##  get 7