python learning road coming to an end

In fact, today regarded as insomnia, so I plan to take stock of your learning content up!

Today is the sixth day I watch the video to learn, have learned to define classes and objects, and sometimes recall python that language really entry bar, a variety of relatively simple grammar can understand.

1  Getting Started preferred
 2  Print ( " ! The Hello world " )
 3  strings
 4 name = " Bob " 
5  Print (name) 
loop
for i in the Range (1, 10):
Print (i)
IF the while I will not be forgiven by
6 list . 7 my_list = [ " Bob " , 20 , "high school"] 8 Dictionary . 9 my_dict = { " name " : " red " , " Age " : 21 is } 10 function 11 def my_fun(): 12 13 class Dog():

In fact, this is just a rough these days combing their own content, there are a lot of content, such as converting string conversion, and a list of strings, lists and dictionaries conversion function has no parameters parameters.

I forget the fact there are loop, I do not know if the blog is to share the garden, but I own record as a place of learning. Whenever you want to own summary of the time I do not know why the.

Guess you like

Origin www.cnblogs.com/zqxFly/p/11546545.html