254746/syntaxerror-unexpected-character-continuation-character
This is my code:
print("Length between sides: "+str((length*length)*2.6)+" \ 1.5 = "+str(((length*length)*2.6)\1.5)+" Units")
My problem is with \1.5 I have tried \1.5 but it doesn't work
Using python 2.7.2
The division operator is /, not \ READ MORE
Here's the code: check = input("Enter the character: ...READ MORE
It seems like you're using the wrong ...READ MORE
Use the traceback module: import sys import traceback try: ...READ MORE
You can find the explanation and implementation ...READ MORE
add the following line on top of ...READ MORE
There is a slight confusion as both ...READ MORE
suppose you have a string with a ...READ MORE
You can also use the random library's ...READ MORE
Syntax : list. count(value) Code: colors = ['red', 'green', ...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.