Skip to content
Sign UpLog In
Profile icon

Abdulla Ali

@AbdullaAl5
  • Math Caculator

    Cover page
    Made with Python
    Recent comments (9)

    heyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyy

    It calculator not caculator

    U kinda copied mine, but good job! mine - https://repl.it/talk/share/Mega-Complex-Calculator-MCC/120038

  • converting grades

    Cover page
    Made with Python
    Recent comments (7)
    Bharatshara3
    Bharatshara3
    2 years ago

    it is good, if you add hover over effect on (close, maximize and minimize ) button and make the whole area centered on page . it'll look awesome

Repls
Community
AbdullaAl5
AbdullaAl5
shared a Post
2 years ago
Calculating the area ( with slow write )
and if you saw a word ( None ) it will do nothing it will not change anything pls comment if you know how to fix it
Calculating the Area
Python
1Psyked
1Psyked
its why you keep seeing "none"2 years ago
1Psyked
1Psyked
your slow writer is bugged2 years ago
AbdullaAl5
AbdullaAl5
shared a Post
2 years ago
Why this error accured try to input 1 then input 1-11 LINE 187
jameswill22
jameswill22
If you live in the USA and are a panda express restaurants customer, then you should try this panda express survey at https://pandaexpresscomfeedbackss.com/ and win a meal for free. We all know that panda express restaurant is very famous for its fast-food items.1 year ago
Dunce
Dunce
buy = food[int(bu_y)]2 years ago
RYANTADIPARTHI
RYANTADIPARTHI
i think the error is because bu_y is not an integer indice. You should only put integers as [].2 years ago
AbdullaAl5
AbdullaAl5
shared a Post
2 years ago
My math calculator is newer and better than befor but i suggest you start from 7 until 1
Math Caculator
Python
AbdullaAl5
AbdullaAl5
shared a Post
2 years ago
error in line 27 what happened
Math Caculator
Python
KHZ
KHZ
@AbdullaAl5 There are multiple errors in the program. The first error on line 27 is that you missed a closing bracket on line 25. Next on line 81 the statement should be like this: print(colored(answer_percentage + '%', 'green')) Then you added extra indents from line 84 to line 89 so remove 2 spaces from each of these lines. These are all the problems in your code.2 years ago
AbdullaAl5
AbdullaAl5
shared a Post
2 years ago
Can anyone tell me what the problem of my calculator
Math Caculator
Python
OldWizard209
OldWizard209
You have to do ** not ^. Also you have a problem in your code. If someone enters + , addition becomes True. So the nest time someone inputs maybe - it an invalid literal, addition is still True so then the two numbers inputted get added instead of subtracted. You should do: if operation == '+' : num1 = int(input('Enter num1: ')) num2 = int(input('Enter num2: ')) answer_add = (num1 + num2) print(colored(answer_add, 'green')) sleep(4) clear() Do this with all operations and your progr2 years ago
AbdullaAl5
AbdullaAl5
shared a Post
2 years ago
2d snake game use the arrows on your keyboard to control the snake
AbdullaAl5
AbdullaAl5
shared a Post
2 years ago
Instructions: write : S for square R for rectangle T for triangle C for circle Use These letters in upper case
Calculating the Area
Python
ThisScript8Me
ThisScript8Me
Awesome calculator bro!2 years ago
AbdullaAl5
AbdullaAl5
shared a Post
2 years ago
I have edited the calculator subtraction addition multiplication / division ** exponent
Math Caculator
Python
ThisScript8Me
ThisScript8Me
Nice calculator!2 years ago
AbdullaAl5
AbdullaAl5
shared a Post
2 years ago
2 questions about math 1- Multiplication 2- GCF
math quiz
Python
lelouchx
lelouchx
Nice2 years ago
AbdullaAl5
AbdullaAl5
shared a Post
2 years ago
quiz please comment if any error have occurred
quiz
Python
henryeth
henryeth
This works and no errors occur, but it is full of repetitive elifs. Maybe try a new version with loops?2 years ago
AbdullaAl5
AbdullaAl5
shared a Post
2 years ago
How To Convert Grades from numbers to A,B,C,D,E,F
converting grades
Python
RhinoRunner
RhinoRunner
if you have A, B, C, D, and E then there is no F.2 years ago
AbdullaAl5
AbdullaAl5
shared a Post
2 years ago
How to convert grades from numbers to A , B , C , D , E , F
converting grades
Python