def printSho() : #by D@CC #on 2022CMar12 #Issue 01: last print() fails, see vsn B for the fix print("This prints out the sho function.") print("so it can be 'copied' into the main program.") print("This function cannot be imported. Doh!") print("def sho(a,isP):") print(" vA=eval(a)") print(" tA=type(vA);") print(" print(tA)") print(" chDubl=chr(65)") print(" #chDub is the double quote character") print(" if tA in ['str']: vA=chDubl+vA+chDubl") print(" print(a"+":"+"tA,vA)") print("#end def show") #def end printSho.py