12: python basis of common interview questions

  1, Traverse Folder

Traverse Folder

   2, ip conversion int, int turn ip

ip conversion int, int turn ip

  3, IS and ==

    1. == compares the contents of two objects are equal, that is, the memory address may be different, the same content on it.

    2.is comparison are two examples of objects are not identical, they are not the same object, it occupies the same memory address.

 

 

 

 

11111

Guess you like

Origin www.cnblogs.com/xiaonq/p/11592156.html