Skip to content

Commit

Permalink
Assignment edit
Browse files Browse the repository at this point in the history
  • Loading branch information
fbezir committed Mar 15, 2021
1 parent 9a3ec28 commit 76fbe59
Show file tree
Hide file tree
Showing 5 changed files with 76 additions and 0 deletions.
File renamed without changes.
19 changes: 19 additions & 0 deletions .ipynb_checkpoints/Assignment01-checkpoint.md
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 .ipynb_checkpoints/Assignment1 Instructions-checkpoint.txt
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 Assignment01.md
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 Assignment1 Instructions.txt
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.

0 comments on commit 76fbe59

Please sign in to comment.