0

When i write 'Hi' then show 'hi'??

Plz help how I write

17th Aug 2019, 4:38 AM
Arghya Polley
Arghya Polley - avatar
7 odpowiedzi
+ 1
Are you writing in python? print("Hi") This will give you output as Hi.
17th Aug 2019, 4:54 AM
Raju Singh
Raju Singh - avatar
+ 1
This is in python as well a = 'Hi',,'नमस्ते' print('{} or {}'.format(a)) output: Hi or नमस्ते
17th Aug 2019, 4:55 AM
BroFar
BroFar - avatar
0
please show us your attempt and in what language as some languages have been found to be case sensitive...
17th Aug 2019, 4:50 AM
BroFar
BroFar - avatar
0
Can you explain in which language?
17th Aug 2019, 4:51 AM
Raju Singh
Raju Singh - avatar
0
Sir , i am write Hi but fill up hi
17th Aug 2019, 4:58 AM
Arghya Polley
Arghya Polley - avatar
- 1
English
17th Aug 2019, 4:52 AM
Arghya Polley
Arghya Polley - avatar