This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#------------------------------- Information --------------------------------- # | |
""" | |
Titel: Biblioteket | |
Författare: | |
Datum: | |
Det här är ett program för hantering av enklare biblioteksrutiner. | |
Programmet lagrar böckerna i en fil med namnet "bibliotek.txt" mellan körningarna. | |
""" | |
# ------------------------- Biblioteksimportering ----------------------------- # |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
print("Hello wolrd") |