Run Code
|
API
|
Code Wall
|
Users
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Blog
Python examples - SIMPLE
#python 2.7.12 for i in range(1, 4): print(i) print(range(10, 10)) goStr = "go " * 3 print(goStr) print("goStr length = '" + str(len(goStr)) + "'") print("Type of goStr = '" + str(type(goStr)) + "'") print(type(goStr)) print(type(goStr[0])) print("'" + goStr[0:2] + "'")
run
|
edit
|
history
|
help
0
Please
log in
to post a comment.
NormalizedTags
working with numbers
coupon
ab.py
on_off_3
tree generator
my shopping list at supermarket
my first code
binary
Demo - Test
stackse - search stackoverflow differently
Please log in to post a comment.