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
can you give an example using a ...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
Already have an account? Sign in.