You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

13 lines
162B

  1. def aa():
  2. while True:
  3. print("aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa")
  4. return True
  5. # aa()
  6. aa = 810*3/2
  7. aa_1 = 810*3//2
  8. print(aa==aa_1, aa, aa_1)