I know how to do this in bash:
if [[ "$1" = "stringhere" ]]; then echo "Argument is equal to string!" fi
How would I do this in Python?
Aucun commentaire:
Enregistrer un commentaire