ben druce
@druceb
A brute force hack cause why not
Maximum 16 characters for the password
Warning takes a very very long time so be patient, open to suggestions on how
Python
BrandonKeele ok so my replys where going through sorry for all like 8 replys sorry for so many3 years ago
Have tried multiple online solutions for updatign a database using a variable but none have worked. Please help!!
The code for updating is in the upd
Python
xolyon I am not sure but I think you need to have a global variable in your function ...
Stonks = 0
#your intial varible
def Stock_add(amount):
telling the program that the varible is global (function must go after varible
global stonks
print("adding stocks")
#adding to stonks by local parameter
stonks += amount`3 years ago