4 questions
Hello, I had a problem while making it because I thought it would be faster to learn while developing Python for the first time.As the image code below php, shell_exec delivers two factor values to Py...
Is there a way to execute the Python code stored in the form of a string?I thought my friend told me I could do it, but I didn't listen because I thought I didn't need it ㅜ
find . -name test -exec ls -l {} \; Why can't I use ll instead of ls -l when I use this command?Can't I use it because it's an alias?This is centOS6.
In Python, we made a calculation using exec and eval in the for statementlists = [a=1, b=2, c=a+b]returned_list = []for x in lists: exec(x) returned_list.append(eval(x))print(returned_list)If I write ...
© 2024 OneMinuteCode. All rights reserved.