11.07.2012, 21:09
You can't use "\" in strings cause it has other function, use \\ to print the literal \.
pawn Код:
print(" _____ _ _ _____ _ _ _");
print(" | __ \\ (_) | | | __ \\ | (_) |");
print(" | |__) | __ ___ _ ___ ___| |_ | |__) |___ __ _| |_| |_ _ _");
print(" | ___/ '__/ _ \\| |/ _ \\/ __| __| | _ // _ \\/ _` | | | __| | | |");
print(" | | | | | (_) | | __/ (__| |_ | | \\ \\ __/ (_| | | | |_| |_| |");
print(" |_| |_| \\___/| |\\___|\\___|\\__| |_| \\_\\___|\\__,_|_|_|\\__|\\__, |");
print(" _/ | __/ |");
print(" |__/ |___/");