Python Forum
Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: unable to load an image with C (Cython)
Post: unable to load an image with C (Cython)

Hello, I just learn about cython todays and im trying to play with it and now im trying to load and image from local storage with .pyx extension but it just return 4 bytes but when i try to load a .tx...
HLD202 General Coding Help 0 1,313 Jan-13-2022, 09:16 PM
    Thread: I want to check if the input is str or is int & if it's str repeat the loop
Post: I want to check if the input is str or is int & if...

I want to check if The input is 'str' or it's 'int' and if it's 'str' repeat the loop... but i don't know how to check if the input was for example: dds while True: rows_input = input("Enter Rows...
HLD202 General Coding Help 4 2,799 Nov-23-2020, 02:31 PM
    Thread: Python Shell 3.9.0 - Issue with indentation
Post: RE: Python Shell 3.9.0 - Issue with indentation

>>>for i in [12, 16, 17, 24, 26] ... if i % 2 == 1: ... break ... print(i) ...print("done") #you can not do this, because you can not use syntax or etc. at the end of loop #you...
HLD202 General Coding Help 17 6,654 Oct-26-2020, 06:22 PM

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020