Skip to content

E1mir/CodeFromBooks

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

49 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Code from books

In this repository, I use code from books

def hello(name: str) -> str:
    return f'Hello {name}'
    
if __name__ == '__main__':
        print(hello('World'))

Releases

No releases published

Packages

No packages published