Toggle navigation
New
Learn
Snippets
Meta
News
About
API Docs
Source Code
Account
Register
Login
Python 01 Introduction
main.py
dio.py
✖
tria.py
✖
tessera.py
✖
pente.py
✖
eksi.py
✖
Run Settings
Language
Python
Language Version
latest
Run Command
Snippet Metadata
Owner
Tony
Created
Modified
Visibility
Public
# Python 01 Introduction # print print('😇您使用 Google 服务,即 print(\'hello\') 信息,并\\让您拥有\n控制权。') print(10) print(3.1415926) print(True) # Basic types (int, float, boolean, string) a = 10 b = 3.1415926 c = a + b a = 1000 a1 = a + 100 d = 'Tony' print(a, b, c, 'Hello', d, a1) # expressions print(1 + 2 + 3 + a1) # variables
Editor Settings
Theme
Chrome
Clouds
Crimson Editor
Dawn
Dreamweaver
Eclipse
GitHub
Solarized Light
TextMate
Tomorrow
XCode
Kuroir
KatzenMilch
Ambiance
Chaos
Clouds Midnight
Cobalt
idle Fingers
krTheme
Merbivore
Merbivore Soft
Mono Industrial
Monokai
Pastel on dark
Solarized Dark
Terminal
Tomorrow Night
Tomorrow Night Blue
Tomorrow Night Bright
Tomorrow Night 80s
Twilight
Vibrant Ink
Key bindings
Default
Vim
Emacs
Full width
True
False
Lines
-
Auto
+
Direct link
Raw
Embed