-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
fbezir
committed
Mar 15, 2021
1 parent
9a3ec28
commit 76fbe59
Showing
5 changed files
with
76 additions
and
0 deletions.
There are no files selected for viewing
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
Dear "CE302 Advanced Programming Techniques for Engineers" Class' Students | ||
|
||
You are supposed to write a Python Code to generate a random password creator. | ||
|
||
This code will perform and check the details below: | ||
|
||
1. Your password length will be between 6-15 unit | ||
1.1. There will be numbers (0,1,2, ...,8,9), letters(a, b, c, d, ...., w, x, y, z) and special characters (@, -, *, +, -, /) | ||
|
||
2. Your code will check | ||
- How many characters do you have? | ||
- Is it sensitive for small-big letters? (iy is expected to be sensitive) | ||
- Does your code has letters, numbers, and special characters simultaneously? (it is expected to contain all) | ||
- Does your code consist of sequencing numbers and letters? | ||
|
||
3. You'll write for code taking these instructions into account then your code will generate a password. | ||
|
||
Please get any kind of collaboration together. | ||
Good luck. |
19 changes: 19 additions & 0 deletions
19
.ipynb_checkpoints/Assignment1 Instructions-checkpoint.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
Dear "CE302 Advanced Programming Techniques for Engineers" Class' Students | ||
|
||
You are supposed to write a Python Code to generate a random password creator. | ||
|
||
This code will perform and check the details below: | ||
|
||
1. Your password length will be between 6-15 unit | ||
1.1. There will be numbers (0,1,2, ...,8,9), letters(a, b, c, d, ...., w, x, y, z) and special characters (@, -, *, +, -, /) | ||
|
||
2. Your code will check | ||
- How many characters do you have? | ||
- Is it sensitive for small-big letters? (iy is expected to be sensitive) | ||
- Does your code has letters, numbers, and special characters simultaneously? (it is expected to contain all) | ||
- Does your code consist of sequencing numbers and letters? | ||
|
||
3. You'll write for code taking these instructions into account then your code will generate a password. | ||
|
||
Please get any kind of collaboration together. | ||
Good luck. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
Dear "CE302 Advanced Programming Techniques for Engineers" Class' Students | ||
|
||
You are supposed to write a Python Code to generate a random password creator. | ||
|
||
This code will perform and check the details below: | ||
|
||
1. Your password length will be between 6-15 unit | ||
1.1. There will be numbers (0,1,2, ...,8,9), letters(a, b, c, d, ...., w, x, y, z) and special characters (@, -, *, +, -, /) | ||
|
||
2. Your code will check | ||
- How many characters do you have? | ||
- Is it sensitive for small-big letters? (iy is expected to be sensitive) | ||
- Does your code has letters, numbers, and special characters simultaneously? (it is expected to contain all) | ||
- Does your code consist of sequencing numbers and letters? | ||
|
||
3. You'll write for code taking these instructions into account then your code will generate a password. | ||
|
||
Please get any kind of collaboration together. | ||
Good luck. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
Dear "CE302 Advanced Programming Techniques for Engineers" Class' Students | ||
|
||
You are supposed to write a Python Code to generate a random password creator. | ||
|
||
This code will perform and check the details below: | ||
|
||
1. Your password length will be between 6-15 unit | ||
1.1. There will be numbers (0,1,2, ...,8,9), letters(a, b, c, d, ...., w, x, y, z) and special characters (@, -, *, +, -, /) | ||
|
||
2. Your code will check | ||
- How many characters do you have? | ||
- Is it sensitive for small-big letters? (iy is expected to be sensitive) | ||
- Does your code has letters, numbers, and special characters simultaneously? (it is expected to contain all) | ||
- Does your code consist of sequencing numbers and letters? | ||
|
||
3. You'll write for code taking these instructions into account then your code will generate a password. | ||
|
||
Please get any kind of collaboration together. | ||
Good luck. |