205614/what-is-the-meaning-of-int-a-1-in-python-duplicate
I don't get this at all. In people's coding, I have observed this. yet unable to determine what it does. Python is the language im using:
str(int(a[::-1]))
Assumming a is a string. The Slice ...READ MORE
Hi, You can use this piece of code, ...READ MORE
The body of the loop will continue ...READ MORE
a = (1) b = ('y') The output of type(a) is int, ...READ MORE
Polymorphism is the ability to present the ...READ MORE
raw_input fuction is no longer available in ...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
OR
At least 1 upper-case and 1 lower-case letter
Minimum 8 characters and Maximum 50 characters
Already have an account? Sign in.