u/Elcometotojose

Installed windows update

Installed windows update

​

I installed a system update, and lost my windows. After the update, my pc restarted and flickered like a terminal opened up and closed. Then it would just sit on a black screen while my pc was on. A few resets later, I was able to get the pc to start diagnostics. It wouldn't remove any of the latest update, so this was the only option. I always keep drivers and system updates up to date. This is the first time this has happened. Could this have been the update or something else that might of caused this? I don't download anything pirated or programs to have caused this.

u/Elcometotojose — 1 day ago

Hey everyone,

I'm trying to learn Python for 2 days now and from home I started reading Python crash course 3rd edition. When I'm at work or just have a few mins to be on my phone, I use an app called Mimo. Im having trouble understand the following.

We can also give variables the values of other variables. Here, we can give the new_status variable the value of default_option.

default_option = "upload"

new_status = "'download"

new_status = default_option (this was blank and I filled it in)

print (new-status)

The output would be

upload

When printing, does it only take the second variable and skips the first?

reddit.com
u/Elcometotojose — 16 days ago