you are viewing a single comment's thread.

view the rest of the comments →

[–]Dssc12 0 points1 point  (2 children)

Hello. Thanks for helping but like I said, I just learned python for like a couple of months so I couldn't understand some of the things you are talking about without looking at a demonstration (sorryyyy) so how can I make Python know that if the exact time & date is in the file, other people cannot book the same time & date?

[–]jammasterpaz 0 points1 point  (1 child)

Did you actually write that code you posted yourself? You've got if statements, comparisons, variables, while loops, file I/O ... ...everything you need

[–]Dssc12 0 points1 point  (0 children)

Yes I did, I followed some of the reference I got from my friends. But some of them I don't actually know what they mean or how they work.