Skip to content

BassedWarrior/git-lab

Repository files navigation

Git and github laboratory

Description

Git practice laboratory. This is a throwaway repo that will hopefully be destroyed if I don't forget to do so later on. But it's just an exercise to practice manipulatin github repos. Which I should honestly be more than capable of doing, but...this is compulsory. So here's to hoping I'm not bragging then falling short.

Contents

Images

Meta-Screenshot

Meta-Screenshot2

Code examples

# Python code to add two numbers. NOT GOOD CODE.


def sum(a, b) -> int:
    """Sum two numbers. Not that hard."""
    return a + b


def main():
    while input("Want sum more? ") in ["y", "Y"]:
        print(f"Doing sum work: {sum(int(input('First number? ')), int(input('Second number? ')))}")
        

if __name__ == "__main__":
    main()

Lists

  • Turn on Github Pages
  • Outline my portfolio
  • Introduce myself to the world

References

Github documentation Github glossary Git documentation

Fausto Jiménez de la Cuesta

About

Git practice laboratory.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published