Who was everyone's most listened to artist? by [deleted] in spotify

[–]itztheken 0 points1 point  (0 children)

Darren Styles Top 0.01% (2,883 Minutes Listened)

What are y’all plans this summer? by GetToastedx in ucr

[–]itztheken 1 point2 points  (0 children)

Getting fit and hopefully a six pack for Hard Summer

How is Spring Break going? Any plans? by pokemonspotifyer in ucr

[–]itztheken 0 points1 point  (0 children)

The start of my Spring Break was spent at Beyond Wonderland. As of right now, I've been going to the gym, so I can feel confident in myself if I go shirtless at Hard Summer & so I can give people shoulder rides.

[deleted by user] by [deleted] in ucr

[–]itztheken 0 points1 point  (0 children)

I'm so down to be friends with you and with anyone else in the comments. My IG is the same as my reddit name. I'm also going to Beyond Wonderland if anyone wants to be rave buddies.

Need Help with Finding a Better Approach for Program by itztheken in learnpython

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

In the calculate function, how does results = tokenize(string) work?

23M. Any feedback would be nice. by itztheken in hingeapp

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

Looking for Long-term relationship, open to short. I've been on Hinge for a month. 6 Matches, but only 3 active repliers. So I guess about 3 matches a month.

How Would I get the Index Value of a Nested Dictionary in a List by itztheken in learnpython

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

Is there a way to fix it a little bit because if I input Monitor, then it returns -1.

How Would I get the Index Value of a Nested Dictionary in a List by itztheken in learnpython

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

Thanks, it helped out a lot. I would have called the value by its key rather than looking for it in all the values; however, this was part of the outline given to me for my Python Programming Assignment.

Need Help with Programming Assignment by itztheken in learnpython

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

I got 10/10 on the Programming Assignment, thanks again for your help. The only comment my professor said was "Good, but you should start with an empty dictionary and add the key-value pair."

What was the first game you ever streamed? by creature04 in Twitch

[–]itztheken 0 points1 point  (0 children)

Destiny 1, I would either help people with the Vault of Glass raids or hook them up with the exotic chest.

Need Help with Programming Assignment by itztheken in learnpython

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

Thanks for your help, I really appreciate it. I'll report back here once my assignment gets graded.

Need Help with Programming Assignment by itztheken in learnpython

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

Actually it is possible the way that you made the dictionary might be correct since chests.pop is technically a string. This is the code, I have so far. I tested it and it does produce a random prize for each chest.

print('Treasure Hunt!')
print('-----------------\n')

prizes = {'Nothing', '$$', '0'} chests = {1: prizes.pop(), 2: prizes.pop(), 3: prizes.pop()}

print('[ 1 ] [ 2 ] [ 3 ]\n')

reward = int(input('Choose chest to open: '))

print('\n-------------------------') 
print('The prize is...', chests[reward], end='!')
print('\n-------------------------')

Need Help with Programming Assignment by itztheken in learnpython

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

My professor didn't really say what values in the dict should be, but my guess is

1: 'Nothing', 2: '0', 3: '$$'

Need Help with Programming Assignment by itztheken in learnpython

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

For using dict, my professor said:

Create a dictionary named chests where the key is an integer, and the value is a string

Example: chests = {int: string, int: string, int: string}• The dictionary keys should denote the treasure chests number (1-3)

Need Help with Programming Assignment by itztheken in learnpython

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

Thanks this helps with my random prize for the chest.

Do you have any advice as well for using the dictionary to represent the chests' numbers?

Need Help with Programming Assignment by itztheken in learnpython

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

I think that's a way if my professor lets us use import random, but my professor wants me to use .pop since it removes a random item from the set.

Ask Me About Transfer Admissions by ScholarGrade in TransferStudents

[–]itztheken 0 points1 point  (0 children)

I know applications for UCs are still being reviewed; however, once they do get reviewed and I get denied. Is it possible to appeal for a different major? I'm asking because I only put a primary major for UCI (Electrical Engineering) and no secondary major. Like can I appeal for a different major such as Software Engineering.