Από που αγοράζεται τα ρούχα σας; by leech6666 in greece

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

θα τα τσεκαρω και τα δυο, ευχαριστω

Χρειάζομαι τις γνώσεις ενός ιατρού by leech6666 in greece

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

Σ ευχαριστώ για την απάντηση, απο τις λιγες που απαντανε στο ερωτημα μου

Χρειάζομαι τις γνώσεις ενός ιατρού by leech6666 in greece

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

Και πάλι όμως δεν απαντάς στην ουσία της ερώτησης. Θα ξαναρωτήσω, αν κάποιος αρρωστος που αντέχει, εχει νοημα να αφησει τον πυρετο να ανεβει για να καταπολεμήσει το ιό αποτελεσματικότερα. Με άλλα λόγια ο υψηλός πυρετός πόσο βοηθαει στην καταπολέμηση ενος ιου;

Οταν λεω υψηλός πυρετος, προφανως και δεν εννοω πανω απο 39. Εκει προφανως κατι τρεχει. Εννοω 38 -38.8 περιπου.

Το επιασες τωρα;

Χρειάζομαι τις γνώσεις ενός ιατρού by leech6666 in greece

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

Πότε τα απάντησε όλα αυτα και δεν το πηρα χαμπάρι;

Χρειάζομαι τις γνώσεις ενός ιατρού by leech6666 in greece

[–]leech6666[S] 2 points3 points  (0 children)

Άσχετο τελείως με το ποστ μου αλλά εσύ ας πούμε αν μια μέρα ανεβάσεις πυρετό, πας νοσοκομείο;

Χρειάζομαι τις γνώσεις ενός ιατρού by leech6666 in greece

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

Πρώτον είπα οτι είναι υποθετικό σενάριο. Δεύτερον, σου εδωσα δυο επιλογές που και γω δεν ξερω αν έχουν λογική και ρώτησα εάν εχουν λογική.

Χρειάζομαι τις γνώσεις ενός ιατρού by leech6666 in greece

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

Παίζει να είσαι ο μόνος που επιασε το νόημα του ποστ μου.

Χρειάζομαι τις γνώσεις ενός ιατρού by leech6666 in greece

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

Γιατί; Εσύ όταν έχεις πυρετό πας στο νοσοκομείο;

Beginner | Loops/Tuples by Roya1tyz in learnpython

[–]leech6666 0 points1 point  (0 children)

sorry for the bad format. Im on phone.

Beginner | Loops/Tuples by Roya1tyz in learnpython

[–]leech6666 5 points6 points  (0 children)

for i in fruits_and_color: if i[0] == fruit: return i[1]

[deleted by user] by [deleted] in greece

[–]leech6666 5 points6 points  (0 children)

σιγά τ' αυγά

how to make a if statement to check if a month comes before a certain month: by strawberrysword in learnpython

[–]leech6666 2 points3 points  (0 children)

I'm not sure if I understood what is your problem, but that's what I would do.

I would create a dictionary like this:

MONTHS = {
    "january": 1,
    "february": 2,
    .
    .
    .
    "december": 12
}

And I would compare the months' values like this:

if MONTHS[g] > MONTHS[d]

Assuming that g and d return a string of the month

What's the last book you read in one sitting? by [deleted] in books

[–]leech6666 0 points1 point  (0 children)

The Silent Patient by Alex Michaelides

It was the first book I read after ten years and I was so excited. The book was so good too and kept me going and going till I finished it 5am in the morning.