webriy by webriy

Post a Review on Glassdoor

How to Respond After You Post a Review on Glassdoor Once you’ve posted a review on Glassdoor, how do you respond? Here are a few tips to address any negative feedback. Whether it’s a negative review or you’d like to thank your employees for sharing their experiences, these tips will help you...

READ MORE
webriy by webriy

Week two- python practice Answers

1. Write one for loop to print out each character of the string my_str on a separate line. my_str = "MICHIGAN" for i in my_str: print(i) 2. Write one for loop to print out each element of the list several_things. Then, write another for loop to print out the TYPE of each element of...

READ MORE