Konu
python to php Bu kodu nasıl php ceviririm.
07-12-2020, 01:09:07
#2
hesapadim
$a = "";
for($i = 0; $i < 20; $i++){
$a .= rand(0, 5);
}