You are on page 1of 3

Name:- Avanish Rabindra Tiwari

Roll no:- 11
Subject:- ITL 3

Experiment No:-03

Write python program for string

a) Program to find length of the string “Machine learning” with and


without len function
➔ With len function

➔ Without len function

b) to check if the word orange is present in “This is orange juice”. ➔


c ) program to count uppercase, lowercase ,special characters and numeric values
in a given string

d)Program to count vowels and consonants in a string
->

You might also like