PADME Train Wiki
  • Train Selection
  • Trains
  • deutschebahn
  • 421
  • deutschebahn.py

Code fragments of deutschebahn.py

  • import time
  • print("Printed immediately.")
  • for i in range(1001):
  • time.sleep(1)
  • print("Printed after {} seconds.".format(i))

Graph

undefinedundefinedundefinedundefinedundefinedundefinedundefinedundefinedundefinedundefineddeutschebahn.py import time None print("Printed immediately.") for i in range(1001): time.sleep(1) print("Printed after {} seconds.".format(i))
  • Train Selection