Please help to execute this program given below, | Sololearn: Learn to code for FREE!
Novo curso! Todo programador deveria aprender IA generativa!
Experimente uma aula grƔtis
0

Please help to execute this program given below,

Enter user name: Vikram congrats Vikram!!! Welcome to Aaghaaz

16th Sep 2017, 2:18 PM
Dinesh Raju
Dinesh Raju - avatar
6 Respostas
+ 3
use this: print '\033[1m' + "Vikram" + "/033[0m"
16th Sep 2017, 3:58 PM
Gaman Tyagi
Gaman Tyagi - avatar
+ 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'
16th Sep 2017, 3:36 PM
Gaman Tyagi
Gaman Tyagi - avatar
+ 2
print " this is first line \n this is next line" we use "\n" to print string in next line.
16th Sep 2017, 5:20 PM
Gaman Tyagi
Gaman Tyagi - avatar
+ 1
thank u bro
16th Sep 2017, 3:39 PM
Dinesh Raju
Dinesh Raju - avatar
0
how to get Vikram in bold in output screen
16th Sep 2017, 3:55 PM
Dinesh Raju
Dinesh Raju - avatar
0
to print the word in next line which command to be use?
16th Sep 2017, 4:01 PM
Dinesh Raju
Dinesh Raju - avatar