Pinned Repositories
Coding-Fella
Config files for my GitHub profile.
Kryptering-
Python-lesson.1
This code is used as a way of learning to code in python and seeing what I have learned over the months. This code is about multiple assignment and variables in Python.
Python-lesson.2
This code is used as a way of learning to code in python and seeing what I have learned over the months. This code is about string methods and type casting
Python-lesson.3
This code is used as a way of learning to code in python and seeing what I have learned over the months. This code is about user input.
Python-lesson.4
This code is used as a way of learning to code in python and seeing what I have learned over the months. This code is specifically about math functions, math module and finding the smallest and biggest variable among many.
Python-lesson.5
This code is used as a way of learning to code in python and seeing what I have learned over the months. This code is about string slicing and using Indexing[ : : ] operator and the slice( , , ) funktion.
Python-lesson.6
This code is used as a way of learning to code in python and seeing what I have learned over the months. This code is about if statements and this also includes the usage of "if statement", "elif statement" and "else statement".
Python-lesson.7
This code is used as a way of learning to code in python and seeing what I have learned over the months. This code is about logical operators and using "and", "or" and also "not".
Python-lesson.8
This code is used as a way of learning to code in python and seeing what I have learned over the months. This code is about while looping and how to use it.
Coding-Fella's Repositories
Coding-Fella/Python-lesson.1
This code is used as a way of learning to code in python and seeing what I have learned over the months. This code is about multiple assignment and variables in Python.
Coding-Fella/Python-lesson.2
This code is used as a way of learning to code in python and seeing what I have learned over the months. This code is about string methods and type casting
Coding-Fella/Python-lesson.3
This code is used as a way of learning to code in python and seeing what I have learned over the months. This code is about user input.
Coding-Fella/Python-lesson.4
This code is used as a way of learning to code in python and seeing what I have learned over the months. This code is specifically about math functions, math module and finding the smallest and biggest variable among many.
Coding-Fella/Python-lesson.5
This code is used as a way of learning to code in python and seeing what I have learned over the months. This code is about string slicing and using Indexing[ : : ] operator and the slice( , , ) funktion.
Coding-Fella/Python-lesson.6
This code is used as a way of learning to code in python and seeing what I have learned over the months. This code is about if statements and this also includes the usage of "if statement", "elif statement" and "else statement".
Coding-Fella/Python-lesson.7
This code is used as a way of learning to code in python and seeing what I have learned over the months. This code is about logical operators and using "and", "or" and also "not".
Coding-Fella/Python-lesson.8
This code is used as a way of learning to code in python and seeing what I have learned over the months. This code is about while looping and how to use it.
Coding-Fella/Coding-Fella
Config files for my GitHub profile.
Coding-Fella/Kryptering-