93610/error-is-not-supported-between-instances-of-str-and-int
your dis is obviously not 1.13, it's "1.13", so put it in float().
And one of those is a string. An 0.5 is for sure float.
str() is mostly used to create output ...READ MORE
TRY THIS #Nomalisation for i in names: print(i) ...READ MORE
cp27 means it's for python 2.7. Make ...READ MORE
The issue is in the line: int([x[age1]]) The solution ...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
There is a simple difference between append ...READ MORE
Hey, @Subi, Regarding your query, you can go ...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.