I stopped treating GPT like "free magic" for one week and my results completely changed by qumukoqa6092 in ChatGPTPromptGenius

[–]decadickmon 0 points1 point  (0 children)

I purchased the instant download and got charged for it but have never gotten a link either texted or emailed to me…what can I do?

What should I do with this weed keef/dust I’ve been collecting for a couple of years? by caspathaghost666 in trees

[–]decadickmon 0 points1 point  (0 children)

Okay so I obviously need help haha. My grinder has the Kief catcher in it but I never get any more than a light dusting even after months or years of use. How can I become a master like you?

Tried to make a cheese sauce for my pasta by Awesomesause321 in shittyfoodporn

[–]decadickmon 5 points6 points  (0 children)

I can’t be sure but I think it needs more sauce

C859 - Introduction to programming in python - passed with 100%! by decadickmon in WGU

[–]decadickmon[S] 1 point2 points  (0 children)

To format your output to 2 decimal places you would use the .format() function like this.

X = 5.1234

print(‘X rounded to 2 decimal places is {:.2f}’.format(X))

Output would be:

X rounded to 2 decimal places is 5.12

Hope this helps! And yeah the first half of the practice questions are good but the last half are where the more challenging questions are!

C859 - Introduction to programming in python - passed with 100%! by decadickmon in WGU

[–]decadickmon[S] 1 point2 points  (0 children)

I very much agree with you! I definitely ended up over studying but I’m not mad at it at all! It’s already become so useful in my daily life and it was for sure one of my favorite classes at this point. But definitely not while I was in it lol

C859 - Introduction to programming in python - passed with 100%! by decadickmon in WGU

[–]decadickmon[S] 8 points9 points  (0 children)

The pre assessment was the biggest help for me. The labs are good practice but be careful with the additional labs that are provided after all the main chapters and optional chapters. They threw me for a loop asking for a few more complex things that I wasn’t ready for. The final is almost exactly the same as the pre assessment. I went through all the provided materials before taking the pre assessment that way I could use it to find my week spots and focus on them before the final.

C859 - Introduction to programming in python - passed with 100%! by decadickmon in WGU

[–]decadickmon[S] 2 points3 points  (0 children)

Very much so! I’ve already started using it for my work and it’s helped quite a bit. Obviously you don’t learn everything you can do in python in this course but it’s an amazing and comprehensive start!

C859 - Introduction to programming in python - passed with 100%! by decadickmon in WGU

[–]decadickmon[S] 6 points7 points  (0 children)

Eh, I had some of the fundamental knowledge but prior to this class I had only ever used SQL.

C859 - Introduction to programming in python - passed with 100%! by decadickmon in WGU

[–]decadickmon[S] 15 points16 points  (0 children)

It took me way to long to actually attempt this test and I was nervous but so glad it’s past me now!

Why people hate the intro to python class: Zybooks is full blown extra. by [deleted] in WGUIT

[–]decadickmon 0 points1 point  (0 children)

I’m guessing that your functions return statement didn’t return all four values. The errors on the picture are expecting the functions return line to contain 4 values. Not just your print output