What does

前端 未结 3 1615
忘掉有多难
忘掉有多难 2021-01-16 19:27

Going through string formatting operations but can\'t exactly wrap my head about %c operation and its use.

Learn Python the Hard Way, gave the following example but

3条回答
  •  一整个雨季
    2021-01-16 20:23

    It gives the character that is represented by the ASCII code "34".

    If you look up an ASCII table you will notice that 34 = "

提交回复
热议问题