Run Code
|
API
|
Code Wall
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
НОД по Евклиду на ПИТОНЕ
#python 3.5.2 a = int (input()); b = int (input()); while b != 0: a, b = b, a % b print (a)
run
|
edit
|
history
|
help
0
RemoveDuplication
ip2cidr
Swapping.py
PyDeque
kill
Lesson 7
PyGen
Get the longest repeated non-overlapping substring
Ok
Lesson 8!