GITLAB

Miguel Barão / aprendizations

Sign in
  • Sign in
  • Project
  • Files
  • Commits
  • Network
  • Graphs
  • Issues 0
  • Merge Requests 0
  • Wiki
  • aprendizations
  • demo
  • astronomy
  • solar-system
  • correct-timeout.py
  • f4809e6f   - code cleaning questions.py ... Browse Code »
    - fix image size in solution box
    - update demo to match the new courses organization
    Miguel Barão
    2019-11-03 21:46:45 +0000  
correct-timeout.py 117 Bytes
Edit Raw Blame History
1 2 3 4 5 6 7 8 9 10 11
#!/usr/bin/env python3

import sys
import time

s = sys.stdin.read()

# generate timeout
time.sleep(100)

print(0.5)