I have found an error in the name.py repository
name = "Your Name"
print("My name is", name)
it should have been
Name =
print("My name is", name)
we can fix bugs easily through looping statements in the future
we can include ID to introduce primary key so that another person with the same name doesn't collapse with the same information
putting <....> instead of "..." will reduce confusion and promotes better understanding
I have found an error in the name.py repository
name = "Your Name"
print("My name is", name)
it should have been
Name =
print("My name is", name)
we can fix bugs easily through looping statements in the future
we can include ID to introduce primary key so that another person with the same name doesn't collapse with the same information
putting <....> instead of "..." will reduce confusion and promotes better understanding