Posts by Daniel McCarthy • 51 points
3 posts
-
0
votes0
answers11
viewsQ: ALLEGRO - Error in flip_display when starting draw_bitmap
all right? My code is giving error when I start it, the error occurs in al_flip_display(); and it always occurs when I try to start the al_draw_bitmap(rline, 120, 220, 0); If I remove draw_bitmap,…
-
1
votes2
answers297
viewsQ: Python calculator does not return function
I started using Python recently and am creating a calculator to train factors like function, input and function return within another function. However, my calculator is not working, it simply does…
-
3
votes2
answers272
viewsQ: Function that compares characters from a string and returns true or false
I’m trying to make a function that should return true or false if the first and last characters are equal. However, comparing them is giving error of out of range and I can’t identify the reason:…