Posts

Final Project

Image
  I have always been a guessing game person. I personally love 20 questions. I have been recently playing a game daily where you have to guess the word and it lets you know how close or far you are using numbers. So each word is worth a number and you want to find number 1, the closest words to it are supposed to be related but the list was made up using AI so sometimes it doesn't make any sense. My next goal is to make a word guessing game or a 20 questions type of game. The more complicated the game is the more code, I could clearly see this from just doing a number guessing game to doing a card guessing game. This is going to take me a lot longer to do, but this final project I think help set me up to be able to make more games in the future. I started off my final project with wanting to do a guessing game. I originally thought of a number guessing game. This was my first attempt but then I realized I wanted to add more to make it more interesting. I was going to use hints like...

Module # 6 assignment

Image
  I didn't understand this assignment as much as I originally thought I did. I originally put the code that was posted first in the hint to the assignment and that kept coming up with errors. Switching the order helped but I still don't really understand how to use the code. I am going to keep working on this throughout the day because I don't understand how to use time delta. My code also originally worked and let me get to main() but then it wouldn't let me type more so I closed out of shell and now it keeps coming up with an error. This assignment confused me a lot!

Module # 5 assignment

Image
  This assignment took me a while!! I kept making small mistakes like not properly spacing. This was also my first time using SHELL rather than the normal terminal, I think I liked this more because the colors helped me see what I was doing. Also when I was using parentheses if I did it properly in SHELL the whole parenthesis would highlight which helped me a ton!

Module #4 Assignment

Image
  ans1 and ans2 are the roots found for the original equation given. This took a lot of trial and error and some help from Google but I think I finally got it. Going over last week's answer sheet was extremely helpful. I did struggle with the reciprocals part of the assignment. Every time I would enter it would come up with all zeros so there was definitely something wrong but I wasn't able to figure it out.

Module #3 Assigment

Image
  This assignment I was unable to complete. I still do not understand how to input functions properly. I am still figuring out the proper syntax to make it work. I would like to continue working on this to get it right. If extra activities could be posted to help that would be appreciated. 

First Python Script

Image
  This was my first Python Script and I found it to be difficult to understand in the beginning but I think I am starting to understand it slightly more. The function print is used to just immediately output whatever was just input it seems. Whatever is typed following print is then what is output. This is different from the String function. With this function, I had typed early on that String1 meant something which then when typing print I was able to put String1 into parentheses and the output was what the string1 was equal to. Because I had put that String1 was equal to something, if I typed String 1 it didn't work.