This website works better with JavaScript
Domů
Procházet
Nápověda
Přihlásit se
xzd
/
ai_qback
Sledovat
1
Oblíbit
0
Rozštěpit
0
Soubory
Úkoly
0
Pull Requesty
0
Wiki
Strom:
7ccfaa5dda
Větve
Značky
master
ai_qback
/
spoken_language
/
common
/
utils.py
utils.py
116 B
Historie
Surový
1
2
3
4
5
6
7
# -*- coding: utf-8 -*-
import
sys
def
is_python3
()
:
if
sys.version >
'3'
:
return
True
return
False