this is my code,the problem I'm facing is that only one code will run, in order for the next to work the first must be closed, how do I run both codes separately
if Start == "Y":
    print=("starting Scrcpy")
    import os
    os.system("./sndcpy.sh")
    import os
    os.system("scrcpy")
 
     
    