diff --git a/Day-02/strings.py b/Day-02/strings.py index e69de29b..f6c852ef 100644 --- a/Day-02/strings.py +++ b/Day-02/strings.py @@ -0,0 +1,10 @@ +#name = 'whereeveryo ugo/gadha-jam' +#print(name.split("/")[0]) + +#print(name.upper()[0:10]) + +q= 'AMAL' +P='P R' + +Z=q+ " " + P +print(Z)