I have this code:
table is a list.
if 'ping' in table or 'pong' in table:
# Do something here
Is there a shorter way to write this?
I don't want to have table duplicated in the if statement.
I want to output an inline jpg image as a base64 encoded string, however when I do this : $contents = file_get_contents($filename); print ...
No comments:
Post a Comment