This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env python | |
# -*-coding: utf8-*- | |
# Title: anyfloat.py | |
# Author: Gribouillis for the python forum at www.daniweb.com | |
# Created: 2012-05-02 06:46:42.708131 (isoformat date) | |
# License: Public Domain | |
# Use this code freely. | |
"""Conversion module between floating point representations. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/python3 | |
# | |
# Testy pro 1. IZP projekt [2024] | |
# Autor: theramsay | |
# Inspirace https://github.com/JosefKuchar/izp-projekt-1/blob/main/test.py | |
# Priklady pouziti: | |
# python3 ./test.py t9search | |
# python3 ./test.py t9search --bonus 2 | |
# | |
# Verze: 1.1 - Přidány testy od @toaster pro edge case na max délku řádku |