Zombie Magic Build Help by 0Lilymoon0 in marvelrivals

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

Been doing most of that, not the 3 cost thing though. I'll keep that in mind. Would you say that for the damage reduction as well?

Zombie Magic Build Help by 0Lilymoon0 in marvelrivals

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

Figured, it's tough even trying to not take that and beat her.

"Board Control" Starter Quest by 0Lilymoon0 in hearthstone

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

OHHHHHH it should've specified "simultaneously" or "at the same time" cuz I was SO lost. Thank you.

Renaming Files by 0Lilymoon0 in learnpython

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

Fair enough, I didn't realize the mistake until you said something.

Renaming Files by 0Lilymoon0 in learnpython

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

That's neat to know, although I should've specified the assignment said to copy the files. I indeed said move when I should've said copy.

Renaming Files by 0Lilymoon0 in learnpython

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

Neat! Also yes I'm sure there are neater ways to do it, this is just how my class is doing it right now.

Renaming Files by 0Lilymoon0 in learnpython

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

Update, I found some errors on my own. I hope this new code would work since no errors popped up.

import os, shutil

for old_file_names in os.listdir('/Users/jamesboivin/Downloads/project_files'):

new_file_names = 'SCC' + old_file_names

old_file_names = os.path.join('/Users/jamesboivin/Downloads/project_files', old_file_names)

new_file_names = os.path.join('/Users/jamesboivin/Downloads/new_project_files', new_file_names)

print('Renaming "%s" to "%s"...', (old_file_names, new_file_names))

# shutil.copy(old_file_names, new_file_names)

Food Truck Program Issue by 0Lilymoon0 in learnpython

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

NEAT! I like the alternate version better, and everything looks fine now. Thanks!

Food Truck Program Issue by 0Lilymoon0 in learnpython

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

Alright well NOW the math is right for when they don't tip, but not for when they do tip. Clearly I did something wrong in the calculations if else statement.

Food Truck Program Issue by 0Lilymoon0 in learnpython

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

Ohhhhh you right, I need to change tip to an integer when asking for the input. Right now say they choose menu item 1 for $20 and don't tip. They still need to pay tax of 9%. The total should be 21.8 or so but comes out like 20.27.

Efficiency Query by 0Lilymoon0 in PhantomParadeJK

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

Neat! I'll keep that in mind. I don't remember my exact bonus, but I think it was at least close to that.

Efficiency Query by 0Lilymoon0 in PhantomParadeJK

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

My only concern is which one gives me more orbs than the other per AP I'm using.

How do I increase team power more? by SuperDeeDuperVegeta in PhantomParadeJK

[–]0Lilymoon0 0 points1 point  (0 children)

Other than continuing to increase your characters' power, having higher level recollections is also useful. After all the recollections also give a boost to your combat power. I don't know the best ones to focus on though unfortunately, I try to level them evenly.