Day 2 : 100 Days of Code
On Day 2 of my 100 days of code challenge I have learned:
DataTypes
String data type e.g., "Hello"
We can also access a character of string instead of getting whole string this is called Subscripting.
print("Hell0"[0])
print("Hello"[0])
Output: H
T...
maryambibi.hashnode.dev2 min read
The Search Guy
I learn and write about IR, NLP/NLU and CS topics.
Way to go. Good luck for the challenge.