DEV Community

Discussion on: #100DaysOfPython Day 1: Hello World, Data Types & Strings

Collapse
 
gadroic profile image
Gãdrøîç

nice.

String = 'Hello'
Index= 0,1,2,3,4
String[0]='H'

Goodluck!