PyQT
I created a button Upload. I hope to have the function of clicking on the button will direct me to selecting my file which contains of images, bulk of images and copy them into another specific folder named "Upload"
Question 1: Create a program to generate a password length 12 6 random == "A-Z a-z" 4 --> digits 2 -- > special characters Expected Output: $ji12kt56yU#
You are given a side of a square as input. Write a program to find the perimeter and area of the square.
The input is an integer representing the length of the side of the square.
The first line of the output should contain area of the square, and the second line of the output should contain the perimeter of the square as per the format shown in the sample output.
Given the length of the side is
2. As the area of square is
side*side and the perimeter of the square is 4*side.Then output should be