You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to assign values extracted from the function to a variable but while printing the variable, it shows it as none type but it displays the data. Here's my code : prime_genre = display_table(ios_final, -5) print("prime_genre : ", prime_genre)
The text was updated successfully, but these errors were encountered:
Shivam23Thaman
changed the title
variables storing values from functions as null
variables storing values from functions as none type
Mar 12, 2019
I am trying to assign values extracted from the function to a variable but while printing the variable, it shows it as none type but it displays the data. Here's my code :
prime_genre = display_table(ios_final, -5) print("prime_genre : ", prime_genre)
The text was updated successfully, but these errors were encountered: