enescelep/AsalSayiKontrol

Variable names

Closed this issue · 1 comments

You can use more meaningful variable names, it will increase readability of your codebase

a="Sayı asaldır"
b="Sayı asal değildir"

Instead of creating strings a and b, I wrote their values into the print function.