May 20, 2021TIL: using string for type annotation in PythonThis stackoverflow post explains it well: https://stackoverflow.com/a/33533514Python1 min readPython1 min readTIL: using string for type annotation in PythonThis stackoverflow post explains it well:https://stackoverflow.com/a/33533514----
May 16, 2021Hello Worldfn main() { println!("Hello World!"); }1 min read1 min readHello Worldfn main() { println!("Hello World!");}----