Tuple, P4E, when traversing through a list, how to only select the lines starting with a certain word?
]] < for.counter >.startswith( ‘’ )
File open, how to open a file?
]] open( )
– preferrable to assign the file to a variable
How to create a Dictionary?
]] = dict()
How to assign keys, values to a Dict?
]] .[ ] = .get( ,0 )