0
When i write 'Hi' then show 'hi'??
Plz help how I write
7 odpowiedzi
+ 1
Are you writing in python?
print("Hi")
This will give you output as Hi.
+ 1
This is in python as well
a = 'Hi',,'नमस्ते'
print('{} or {}'.format(a))
output:
Hi or नमस्ते
0
please show us your attempt and in what language as some languages have been found to be case sensitive...
0
Can you explain in which language?
0
Sir , i am write Hi but fill up hi
- 1
English