vinhquang5.2

Run Settings
LanguagePython
Language Version
Run Command
# Ex2 # --- # Kiểm tra OS của máy đang dùng xem có là Linux based OS không? # Hướng dẫn: sử dụng sys module. # https://docs.python.org/2/library/sys.html def os(): import sys if sys.platform == 'linux': print('This os is %s' % sys.platform) else: print('This os is not linux') os() # result5.2: This os is linux
Editor Settings
Theme
Key bindings
Full width
Lines