73133/please-explain-me-what-does-i-in-python-user-define-function
def is_correct(table,number): for i in range(1,11): if table[i-1]!=i * number: return i-1
Since you are an EEE I think ...READ MORE
It's a function annotation. In more detail, Python 2.x ...READ MORE
Calling a function means that you are ...READ MORE
It returns a random floating point number ...READ MORE
You can also use the random library's ...READ MORE
Syntax : list. count(value) Code: colors = ['red', 'green', ...READ MORE
Enumerate() method adds a counter to an ...READ MORE
You can simply the built-in function in ...READ MORE
what you can do is download the ...READ MORE
n = int(input("please enter your no:")) k = ...READ MORE
OR
At least 1 upper-case and 1 lower-case letter
Minimum 8 characters and Maximum 50 characters
Already have an account? Sign in.