Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision Both sides next revision
python [2016/07/29 19:41]
nikolaj
python [2016/07/29 20:07]
nikolaj
Line 10: Line 10:
 >all >all
  
->input()+>reversed(seq)
  
->callable+>mydict = dict(mykey1 = 3 
 +>             ,​mykey2 = '​hi'​ 
 +>             ) 
 + 
 +>​isinstance(3,​ int) 
 +>​isinstance('​3',​ int) 
 +>​callableI(f) 
 +>​iter(o) 
 + 
 +>input()
  
 === Discussion === === Discussion ===
Link to graph
Log In
Improvements of the human condition