Home
Python
2D
Application
Buildin Function
Class
Data Structure
Data Type
Database
Development
Dictionary
Event
Exception
File
Function
GUI Pmw
GUI Tk
Language Basics
List
Math
Network
String
System
Thread
Tuple
Utility
XML
Menu
in can be applied to any 'iterable' object : in « Buildin Function « Python
Python
Buildin Function
in
in can be applied to any 'iterable' object
str =
"foo"
;
for
char
in str: print
char
Related examples in the same category
1.
in function demo
2.
in a range