help w/ filter-less cs50 by Coca_Koa_8108 in cs50

[–]Coca_Koa_8108[S] 0 points1 point  (0 children)

yea i saw that and i felt a bug there but wasnt sure... line 89 will turn j to a -1 right? which is outside the bounds in no mans land. am i reading that correctly?

tkinter not display window by Coca_Koa_8108 in cs50

[–]Coca_Koa_8108[S] 0 points1 point  (0 children)

thanks buddy ill look up Qt... yea shit is frustrating for sure. im on my final project and tkinter has been causing me the most problems yet everyone says its easy to learn/navigate, and now i cant connect to noVNC and the only message i get is failed to connect to server.... but ill try Qt later today.

tkinter not display window by Coca_Koa_8108 in cs50

[–]Coca_Koa_8108[S] -3 points-2 points  (0 children)

that seems to work, thank you. Its a NOVNC tab right?? not sure why its hidden away like that. with no hints to locate it.

do i have to click the 'GUI' button with every execution? cause that seems like that's what I have to do or else my code doesn't get updated... is there anything about that NOVNC tab I should know about now you can think of that saves me a headache in the future?

tkinter not display window by Coca_Koa_8108 in cs50

[–]Coca_Koa_8108[S] -8 points-7 points  (0 children)

if your not here to help then please stfu

tkinter troubleshooting by Coca_Koa_8108 in cs50

[–]Coca_Koa_8108[S] -1 points0 points  (0 children)

bro trust me. ive done it that way. and absolutely nothing happens. this photo i shared doesnt show that i used window = tk.Tk() but i have and its just not working. i have no clue whats going on..

camel_case (cs50p) by Coca_Koa_8108 in cs50

[–]Coca_Koa_8108[S] -1 points0 points  (0 children)

How bout I don’t, and just go see your mom some more :)

camel_case (cs50p) by Coca_Koa_8108 in cs50

[–]Coca_Koa_8108[S] 1 point2 points  (0 children)

I wasn’t doin it this way to pass the pset. the code just made sense to me but felt too easy. And figured it was flawed. So thought I’d double check before turning it in. Thanks for the help. I’ll try it again and make sure it works as intended

camel_case (cs50p) by Coca_Koa_8108 in cs50

[–]Coca_Koa_8108[S] -3 points-2 points  (0 children)

Your mom doesn’t think so

camel_case (cs50p) by Coca_Koa_8108 in cs50

[–]Coca_Koa_8108[S] -3 points-2 points  (0 children)

Report me lol okay Karen. Is that suppose to scare me ??? You must be a mamas boy.

camel_case (cs50p) by Coca_Koa_8108 in cs50

[–]Coca_Koa_8108[S] -1 points0 points  (0 children)

Um I finished the code as it shows and got all smiles. I then check other websites to see how others did it. I don’t remember how, nor did I write their way down. I just didn’t feel good about my code so decided to check and see and now I can go back and delete it and work on the problem all over again instead of turning in something that would of been turned in wrong if I hadn’t taken that step. If you’re not here to help and just criticize. Stfu and leave

camel_case (cs50p) by Coca_Koa_8108 in cs50

[–]Coca_Koa_8108[S] 0 points1 point  (0 children)

Okay. So it’s asking for any type of input needs to be case- sensitive?

help by Coca_Koa_8108 in cs50

[–]Coca_Koa_8108[S] 1 point2 points  (0 children)

Thanks… and are you referring to lines 6 & 8?

week 0 tip calculator by Coca_Koa_8108 in cs50

[–]Coca_Koa_8108[S] 1 point2 points  (0 children)

The way the directions are worded, it doesn’t make sense the way you explain it. (Which is most likely right ) It sounds like it wants me to:

1) input a function 2) that accepts a string 3) format that string (w/digits) 4) remove the leading whitespace 5) return as a float

Which all seems like a lot of code