Now Starting regular Codes Of Python/Django
You Want To practice these Codes in Regular basis
Don't worry if You are beginner or Advance Coders.
For Questions @BCA_Group_Pro
You Want To practice these Codes in Regular basis
Don't worry if You are beginner or Advance Coders.
For Questions @BCA_Group_Pro
👍9
#1 This is Your first Python Code
print("Hello")👍12❤1
#2 Creating variables
var = 5 # Here_var_is_variable
# It_has_stored_value_5
print (var) # Showing_var_value
var = 5 # Here_var_is_variable
# It_has_stored_value_5
print (var) # Showing_var_value
👍16👏3