Sunday 18 April 2021

Top 5000 python programs examples with solutions - Part 1

Program 1:

Print the last character or element of an identifier?

var=list("print the sample sentence")
c=var[-1]
print(c)

Read more »

Labels: