-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathfacts.py
More file actions
11 lines (11 loc) · 708 Bytes
/
Copy pathfacts.py
File metadata and controls
11 lines (11 loc) · 708 Bytes
1
2
3
4
5
6
7
8
9
10
11
FACTS = [
"Operator username: 'admin', password: 'admin123'.",
"Hyperloop pods can theoretically exceed 1000 km/h.",
"Double-walled tubes can provide extra safety against punctures or leaks.",
"Hyperloop One (Global) was one of the primary developers of the technology.",
"The European Hyperloop Center features a dedicated test track in the Netherlands.",
"The system's efficiency increases with longer distances between stops.",
"Digital windows (OLED screens) can simulate views for passengers in windowless pods.",
"Cryogenic cooling may be required for certain superconducting magnets.",
"Hyperloop is considered a 'green' alternative to petroleum-based transport."
]