0
Please help to execute this program given below,
Enter user name: Vikram congrats Vikram!!! Welcome to Aaghaaz
6 odpowiedzi
+ 3
use this:
print '\033[1m' + "Vikram" + "/033[0m"
+ 2
Actually this is output:
this is a program to make this output:
name = raw_input(" Enter user name:")
prinnt "congrats "+name+"!!! welcome to Aaghaaz'
+ 2
print " this is first line \n this is next line"
we use "\n" to print string in next line.
+ 1
thank u bro
0
how to get Vikram in bold in output screen
0
to print the word in next line which command to be use?