Skip to content

Latest commit

 

History

History
32 lines (22 loc) · 481 Bytes

README.md

File metadata and controls

32 lines (22 loc) · 481 Bytes

learn_python

Github link Vercel Site

Tools

auth

  • NextAuth <- monti
  • Clerk

database

file upload

兩個時間戳 疑似Bug s1 = int(input() * 3600) s1 += int(input() * 60) s1 += int(input())

s2 = int(input() * 3600) s2 += int(input() * 60) s2 += int(input())

print(s2 - s1)