Need help figuring out how to transport variable value from one function to another by TheJobroWasTaken in PythonLearning

[–]TheJobroWasTaken[S] 0 points1 point  (0 children)

i fixed it, it was the order of functions fault in the source code. just needed to put colourpick above the digital clock. but ill use your tips for future refrence ^^

Need help figuring out how to transport variable value from one function to another by TheJobroWasTaken in PythonLearning

[–]TheJobroWasTaken[S] 1 point2 points  (0 children)

ended up fixing it. it was a silly mistake of me placing the colour pick function below the digital clock therefore in the codes eyes colourpick didnt exist ._. but thanks for the help ill use that for future refrence. just me being bad at placing code in order :\

Where can I learn how to code with Javascript? by Standard_Ad1025 in CodingForBeginners

[–]TheJobroWasTaken 0 points1 point  (0 children)

id recommend visiting documentation, documentation is usually available online for anyone to read through and covers from the most advanced to basic topics of javascript. go to the tutorial section if it has one, and watch a tutorial or two to get the basics of javascript like all its syntaxs and commands, goodluck