code = r''' NCIS Policy Verification

Search Policy

Enter your vehicle plate number to verify your NCIS policy record.

For security, only letters, numbers and hyphen are accepted.

Verification Result

NCIS Verification
Enter a vehicle plate number and click Verify Policy. The verification response will appear here.
''' path = "/mnt/data/index.php" with open(path, "w", encoding="utf-8") as f: f.write(code) print(path)