This website works better with JavaScript
Página inicial
Explorar
Ajuda
Entrar
zhihao.gu
/
MonitorCameraServer
Observar
1
Favorito
0
Fork
0
Arquivos
Issues
0
Pull Requests
0
Wiki
Branch:
master
Branches
Tags
master
MonitorCameraSe...
/
Test
/
test02.py
test02.py
88 B
Link permanente
Histórico
Raw
1
2
3
4
5
6
import platform
if platform.system() == 'Linux':
print(1)
print(platform.system())