mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-08-27 19:28:58 +07:00
4 lines
92 B
Python
4 lines
92 B
Python
def foo(num):
|
|
if <selection>num >= 0 \
|
|
and num <= 9</selection>:
|
|
return 1 |