Skip to content

oktl/git_test

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 

Repository files navigation

GitHubbing with VS Code.

Just trying to figure this out.

example code:

def addition(*args):
    total = sum(args)
    
    print(f'\nSum of {args} is: {total}')
    
addition(3.14, 5, 80)
# Output - 88.14

Alt text

About

Figuring out how to use git and git hub

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages