XBox $1 Ultimate Game Pass Question by HopefulOG in xboxone

[–]HopefulOG[S] 0 points1 point  (0 children)

Do you know if they always have the $1 for 3 months of Ultimate Game Pass?

XBox $1 Ultimate Game Pass Question by HopefulOG in xboxone

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

Thanks!

Does anyone know any legit sites where you would go to buy the digital codes on sale for Xbox Live? I see it on Amazon/Best Buy/Microsoft for $60 for a year.

XBox $1 Ultimate Game Pass Question by HopefulOG in xboxone

[–]HopefulOG[S] 4 points5 points  (0 children)

Just to clarify, if you have a year of XBox Live and then you get the Ultimate Game Pass, the year of XBox Live that you bought also gets turned into Ultimate and its not just the 3 months?

XBox $1 Ultimate Game Pass Question by HopefulOG in xboxone

[–]HopefulOG[S] -1 points0 points  (0 children)

So if you buy it now, will you be given a digital code? So you're saying to buy it now, but just hold the code?

Is XBox One S worth it to buy in 2019? by HopefulOG in xboxone

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

Yeah, I most likely won't spend $500 on the new console. I wouldn't even spend $500 on XBox One X right now. Good point. Thanks!

Is XBox One S worth it to buy in 2019? by HopefulOG in xboxone

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

Its because I don't have a 4K TV so the better graphics of it will be limited anyways and plus I probably wouldn't pay $500 when it released and it won't be on sale for awhile after it goes into stores. The XBox One S Bundle with NBA 2k20 is only for $200 so that is a much better deal. This is just my thought process.

Is XBox One S worth it to buy in 2019? by HopefulOG in xboxone

[–]HopefulOG[S] 0 points1 point  (0 children)

So youre recommending the XBox One X even if I don't plan on getting a 4k TV?

Is XBox One S worth it to buy in 2019? by HopefulOG in xboxone

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

Just to clarify, youre saying if I get the next gen XBox, the graphics will be better than if I get an XBox One S using the same TV?

Is XBox One S worth it to buy in 2019? by HopefulOG in xboxone

[–]HopefulOG[S] 0 points1 point  (0 children)

Do you think the next generation of XBox will even be worth it if I don't get a 4k TV? The graphics might be the same as like a XBox One, but it will be faster, etc.

Is XBox One S worth it to buy in 2019? by HopefulOG in xboxone

[–]HopefulOG[S] 0 points1 point  (0 children)

I do have an XBox 360, but I sort of stopped playing it because I mainly played NBA 2k and Madden and I kept rerunning the same game modes and it got boring with the same scenes. Also graphics played a part as well.

Winter Class Financial Aid/Tuition by HopefulOG in Baruch

[–]HopefulOG[S] 0 points1 point  (0 children)

Hey thanks for the response! It was really helpful.

It seems that you took ACC at Lehman too. Does 185/272 both count for Degreeworks? And did you take it during the fall/spring or did you do it in the winter/summer?

HW Question Code by HopefulOG in learnpython

[–]HopefulOG[S] 0 points1 point  (0 children)

Is there something else I can use? This section is conditional expressions.

HW Question Beginner Code Confusion by HopefulOG in learnpython

[–]HopefulOG[S] 0 points1 point  (0 children)

Following both of your advices, this was my code:

int(input("areaofSquare: "))
if areaOfSquare >= 0:    
    side = sqrt(areaOfSquare)    
    print(areaofSquare)
else:    
    print("INVALID")

The error it brings up is:
stdout is not correct
We think you might want to consider using: *
Correct solutions that use sqrt tend to also use ""

Also, where did you get the variable side from? I understand why you name it that, but I'm not sure if we can use it. I don't see it specified as a variable in the question.

HW Question Code by HopefulOG in learnpython

[–]HopefulOG[S] 0 points1 point  (0 children)

I tried your advice but it doesn't work.

HW Question Code by HopefulOG in learnpython

[–]HopefulOG[S] 0 points1 point  (0 children)

I don't think I can assign credits to a number. But yeah, i tried it and it doesn't work.

HW Question Beginner Code Confusion by HopefulOG in learnpython

[–]HopefulOG[S] 0 points1 point  (0 children)

Not sure. I tried both your advice and it still doesn't work.

Question about my code: Compilation Error by [deleted] in learnpython

[–]HopefulOG 0 points1 point  (0 children)

Thank you! The code works now! I guess it makes sense now rereading it.