tcl and python que
tcl and python que
=======
3.Write a python program to print number triagle with specified number of rows
given as input
23
456
78910
5.Write a python program to get the in the interface status and ip address if
Interface is given as input(For ex. Input : Ethernet 0, Output : Status: up Ip-
Address: 10.108.00.5) Use regular expressions appropriately
9.Write a Python program to find those numbers which are divisible by 7 and
multiple of 5, between 1500 and 2700
Validation :
===================================================================================
=========================================================================
TCL
====
1. Write a tcl program to grep the Ip address from a pool of IP addresses, check if
it's valid and print which class the IP address belongs to(Class A, Class B, etc)
2. Write a tcl program to grep the mac-address check if it's valid and increment
the mac address upto the number of times based on the input(for ex. 50 mac
addresses with increment of 2, 50 and 2 are the inputs)
6. Write a program to find the length of string without using string command
2. click tab