module 06

This commit is contained in:
2026-02-15 13:33:04 +01:00
parent bcd9e4cca0
commit 222b212162
3 changed files with 35 additions and 3 deletions

View File

@@ -2,8 +2,8 @@ import sys
def communication_system() -> None:
print("=== CYBER ARCHIVES - COMMUNICATION SYSTEM ===")
sys.stdout.write("\nInput Stream active. Enter archivist ID: ")
print("=== CYBER ARCHIVES - COMMUNICATION SYSTEM ===\n")
sys.stdout.write("Input Stream active. Enter archivist ID: ")
archivist_id = input()
sys.stdout.write("Input Stream active. Enter status report: ")
status_report = input()