Miscellaneous scripts
This repository contains miscellaneous scripts that does not fit in one repository, yet I will use them sometimes for my personal use. Note that some of the scripts might contain hardcoded paths and opinionated presets, and you are advised to inspect them before actually using.
Loading...
Searching...
No Matches
longestrep Namespace Reference

Variables

 file = open("pi_million_digits.txt", "r").read()
dict Q3_out = {}
str sequence = ""

Variable Documentation

◆ file

longestrep.file = open("pi_million_digits.txt", "r").read()

Definition at line 1 of file longestrep.py.

◆ Q3_out

dict longestrep.Q3_out = {}

Definition at line 3 of file longestrep.py.

◆ sequence

longestrep.sequence = ""

Definition at line 4 of file longestrep.py.