Python study notes (for bloggers)

1. Enter

. 1 a, INPUT B = (). Split ()   # reads the two count ab 
2 a, B = Map (int, INPUT (). Split ( ' , ' ))   # reads the two integers a, b, the number of the input are separated by commas 
. 3 a, b = Map (int, iNPUT (). Split ( '  ' ))   # reads the two integers a, b, the number entered separated by spaces

 Constantly updating ...

Guess you like

Origin www.cnblogs.com/yeu4h3uh2/p/12728752.html