Python Variable Exercises

Select the variable name that is more descriptive and meaningful. “” = ‘C:\main.py’ p path Submit Which variable name is more descriptive for holding a total budget value? total_budget tb Submit Correct this code. product”category = ‘electronics’ _ + Submit What’s wrong with this variable? product category = ‘electronics’ There is no wrong in the … Continue reading Python Variable Exercises