creating a random number of coins display them and make each disappear

:information_source: Attention Topic was automatically imported from the old Question2Answer platform.
:bust_in_silhouette: Asked By rodell2020

what I would like to do is create 1 to 10 random coins

as a example
num = 5 (5 random coins)
create and display coin1
set coins to coins + 1
for n in 100 count to 100
delete coin1

go back and do coin2 then coin3 then coin4 then coin5 etc