I have no title. I just like to program.
-
16:50
(UTC -04:00) - https://orcid.org/0009-0002-6868-929X
Pinned Loading
-
Print 0...100 without numbers
Print 0...100 without numbers 1def bool_to_int(bool_list):
2return int("".join([str(int(x)) for x in bool_list]))
34if __name__ == "__main__":
5for i in range(bool_to_int([True, False, True])):
-
Print 0...100 without numbers on one...
Print 0...100 without numbers on one line 1[print(i) for i in range(int("".join([str(int(x)) for x in [True, False, True]])))]
-
snake-antivirus
snake-antivirus Public archiveA simple antivirus written in Python in which can scan files.
Python 1
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.