User Profile
Collapse
-
So in order to get the desired results I needed to create a 2D array/list which is considered a mutable container? -
I really do not have to use it. Really just curious more then anything. I noticed when I added a print syntax it showed me the correct value. I figured if anything it had to be how the value was stored. Thank you for your assistance.Leave a comment:
-
I personally work with mysql, however going based off my knowledge with databases and accessing tables for them I noticed two things:
- I see no IP address for the database.
- I do not see where a username or password was entered for the table/database.
Usually you have to list the IP of the database trying to be accessed, and usually you must have a user and its password to access its tables. Again I am going based off mysql...Leave a comment:
-
Dict list question
I was attempting to change a value within a dictionary list via a list variable. However it does not change. Is this a feature of a Dictionary list or am I doing something incorrect? Thank you in advance for any assistance.
Code:user_id = ['username', 'password', 'first_name', 'last_name', 'email', 'active'] account = {'username':user_id[0], 'password':user_id[1], 'first_name':user_id[2], 'last_name':user_id[3],
No activity results to display
Show More
Leave a comment: