subject

- Create a dictionary for a dragon with details: name => "Smaug" or any string

title => "King Under the Mountain, Lord Smaug" or any string

level => any number

abilityList, (a list of strings that contains the ability names)

- 'Gravity Field'

- 'Ascend'

- 'Dragon Rage'

- 'Stoneplate'

- 'Reborn'

attackDamage => any number

mana => any number

abilityPower => any number

armor => any number

magicResist => any number

isAngry => True or False

- Using the dictionary you created, print the title and isAngry,

also print the first ability from the ability list

- Update dragon's level to 100 using something like this: dictionary[key] = 100 (replace the dictionary and key with your dragon's variable name and actual key name, like 'level')

ansver
Answers: 1

Other questions on the subject: Computers and Technology

image
Computers and Technology, 21.06.2019 21:00, brockmorrison3468
Is it ok to use a does red wine clean the inside of a computer true or false
Answers: 2
image
Computers and Technology, 23.06.2019 22:20, andrew412603
Learning sign language is an example of a(n) learning sign language is an example of a(n)
Answers: 2
image
Computers and Technology, 24.06.2019 09:50, ira51
Suppose you are an ad-serving company and you maintain a log of cookie data for ads you serve to the web pages for a particular vendor (say amazon). a. how can you use this data to determine which are the best ads? b. how can you use this data to determine which are the best ad formats? c. how could you records of past ads and ad clicks to determine which ads to send to a given ip address? d. how could you use this data to determine how well the technique you used in your answer to part c was working? e. how could you use this data to determine that a given ip address is used by more than one person? f. how does having this data give you a competitive advantage vis-à-vis other ad-serving companies?
Answers: 2
image
Computers and Technology, 24.06.2019 17:40, xinkyx616
Pseudocode pld #6, pg. 117 start// declarations// number numbertoguess// number myguess; numbertoguess = 92// while myguess ! = numbertoguess// output " guess an integer number between 1 and 100"// input myguess// if (myguess == numbertoguess)// output "you guessed the correct number"// else// output "the number you guessed was incorrect. try again! "// end if// end while// output " for playing the guessing game. have a great day! "// stop
Answers: 3
You know the right answer?
- Create a dictionary for a dragon with details: name => "Smaug" or any string

titl...

Questions in other subjects:

Konu
Advanced Placement (AP), 12.10.2020 23:01