I need to create empty arrays inside an array in order to fill each one of them differently in a loop later on but I couldn't figure out the correct syntax. I tried something like this:
verilerimiz = [arrayname1[], arrayname2[], arrayname3[], arrayname4[], arrayname5[]]
Bu it gives a syntax error. I really appreciate some help.