PYTHON Practical Index

 

Sr.no

Name of the Practical

View

1

Write a Python script to check weather an input number is Palindrome or not.

View

2

Write a python script to generate the following pattern.

View

3

Write a Python program to get a string from a given string where all occurrences of its first char have been changed to '$', except the first char itself. Sample String: 'Restart' Expected Result: 'Resta$t'.

View

4

Write a python program to count repeated character in string. Sample string = 'COMPUTER SCIENCE'.

View

5

Write a program to add or remove operation on set and length of set.

View

6

Write a python program to concatenate following dictionaries to create new one Dictionary: dict1 {1:10, 2:20} dict2 {3:30, 4:40} dict3={5:50,6:60)

View

7

Write a python GUI program to create two buttons exist and hello using Tkinter module.

View

8

Write a python program GUL to create three radio button widget using Tkinter module.

View

9

Write a python GUI program to create a label and change the label font style (font name, bold, size) using kinter module.

View

10

Write a python GUI program to accept dimension of a cylinder and display the surface area and volume of cylinder.

View

11

Write a python program for inbuilt – function of dictionary.

View

12

Write a python program for Arithmetic exception

View

13

Write a python program performing function of tuples.

View

Post a Comment

Previous Post Next Post