mirror of
https://github.com/KeksPirates/SoftwareManager.git
synced 2026-08-03 17:39:42 +02:00
42eea1f371
Introduces a simple command-line interface to capture user input and display it back. Lays groundwork for future command processing and interaction.
2 lines
59 B
Python
2 lines
59 B
Python
commandinput = input("Enter Command: ")
|
|
print(commandinput) |