Featured
-
No Featured Found!
Tags
What went wrong in my simple code?
# A very simple python program to compare two numbers using functions
from sys import exit
def main():
check()
compare(x, y)
def check():
# prompt user for two numbers
x = input("x: ")
y = input("y: ")
...
Looking for a mentor that is proficient in Python
I just started college and would like to know if someone is willing to be a mentor. I just started my freshman year at college and the teacher is starting to ask us to code already. I would like to meet someone that would be able to answer questi...