CodeFactor

Welcome!

Welcome to our repository. Our repository has two developers, Ryan and Glenn. We hope that many Python beginners like us have access to repository that I friendly to beginners so that they can exponentially gain more knowledge about Python from others. :smile:


Open-Source Friendly

Our Code is ensured to be open-source friendly. Our /build files are made so that first-time Python coders will have no problem starting their journey here! Here is an example of one of the /build/lib files that we have:

def inp():
	num1 = input("Enter First Number: ")
	num2 = input("Enter Second Number: ")

def calculate():
	answer = num1 + num2
	print(answer)

Around the Clock Code Owners

Our Code Owners are in GitHub around the clock so if you have any queries, drop them a message using the Q&A discussion function!


Readily Available Documentation

Our repository has a few coding style rules in place to ensure that our code is not messy. If you need help, please consult the /docs folder or CONTRIBUTING.md for more information.


We hope that you have a great time coding!