Code with hunter
Output of : print(3 * "Hi")
1 week ago | [YT] | 5
@CodeWithHunter019
Answer: A — HiHiHi Strings can be multiplied by integers — it repeats the text.
1 week ago | 1
Code with hunter
Output of :
print(3 * "Hi")
1 week ago | [YT] | 5