I need to check if an input string is in this specific form x,y because I need these coordinates. I got this as my input-question:
x, y = input("Place wall in x,y give q to quit : ").split(",")
but how do I check if the user actually gives it in the form x,y?