Die Suche ergab 1 Treffer

von paradoxson
Dienstag 17. Mai 2022, 15:03
Forum: Allgemeine Fragen
Thema: print(variable) doesn't work. Why??
Antworten: 2
Zugriffe: 300

print(variable) doesn't work. Why??

Hello All, i wrote a short python Prog and put some print's within to check the status of the variables Here is the Code: # import re import os #import pandas as pd from pathlib import Path # import hashlib from sys import argv print("Hallo Welt") print("!") # -------------------...