Python Lab Manual / Different Types of Arguments Python Program

Program Name

Write a Python Program for Different Types of Arguments.
Theory
String and int data types were explained here.
Program Code


Input:
Enter length of Rectangle:2
enter breadth of Rectangle:5
Enter a String to Display:bye
Output:
Rectangle Area Calculation
Rectangle Area= 10
Rectangle Area= 5
Rectangle Area= 6

String to Display bye


Home     Back