Skip to content
Opensource Documentation
Python
Initializing search
Home
Code Docs
About
Opensource Documentation
Home
Code Docs
Code Docs
Python
Python
Table of contents
I learned Python
About
About
About Us
Contact Us
Table of contents
I learned Python
Python
I learned Python
print
(
"Hello, World!"
)
for
i
in
range
(
10
):
print
(
i
)
Back to top