Every line of 'print type of variable in python' code snippets is scanned for vulnerabilities by our powerful machine learning engine that combs millions of open source libraries, ensuring your Python code is secure.
1 def printvar(var_name, var_val): 2 print(f"------------{var_name.upper()}------------") 3 print(var_val) 4 print("\n\n\n")