📜  如何看起来像个黑客 - Python 代码示例

📅  最后修改于: 2022-03-11 14:45:52.014000             🧑  作者: Mango

代码示例1
#let's impress your non-science computer friends ;)

import random

while True:
  print(random.randint(0,100),"        ", end="")