Python Forum
Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: heap enhancements
Post: heap enhancements

Hi guys, the code is working, but I want know, what I can improve on my code. It is like implements the simulation of shipment clearance in the depot according to priority and available deliveries. H...
rontoto Homework 1 1,935 Jan-04-2020, 03:40 AM
    Thread: prefix to infix
Post: RE: prefix to infix

Yeah. I understand. But u know, problem is, when u are unsure about prefix to infix in real life because I do that for the first time. I changed my code, but dont know, if I coded all of the options. ...
rontoto General Coding Help 4 3,892 Dec-08-2019, 12:32 PM
    Thread: prefix to infix
Post: RE: prefix to infix

Like in normal math.. so for example output in normal math will be 7+7+7+7 .. This code makes outputs like (7+7)+7)+7)
rontoto General Coding Help 4 3,892 Dec-05-2019, 04:58 PM
    Thread: prefix to infix
Post: prefix to infix

Hello, i have got a rpbolem with prefix to infix code. I need to change this code, so it can work with input like this: +-4 2 3 or *4-2 3 and the output must be without useless parenthesis ...........
rontoto General Coding Help 4 3,892 Dec-03-2019, 11:05 AM
    Thread: wordsearch
Post: RE: wordsearch

ok, so i changed the inner/outer loop, but is exactly happening, what u said. def find_words(file_inputs, words): with open(file_inputs) as file: for line in file: line = line...
rontoto General Coding Help 2 1,773 Nov-19-2019, 04:08 PM
    Thread: wordsearch
Post: wordsearch

Hi, I have got a problem in my searchword. Everything runs properly. Output writes word, coordinates and direction, but i need, that output have same arrangement as second file First file includes boa...
rontoto General Coding Help 2 1,773 Nov-19-2019, 11:23 AM

User Panel Messages

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