Posts by Darlley Brito • 37 points
3 posts
-
1
votes1
answer51
viewsQ: Responsive cell resizing <th> <td>
How to adjust the size of cells so they are responsive? <body> <div class="corpo"> <main class="tabela"> <table> <tr> <th class="t">SEGUNDA</th> <th…
-
0
votes1
answer1846
viewsQ: What is the function of "use_aliases=True" in emoji.emojize?
I am following a course of Python and it was explained how to import libraries and such, and to use this library (as example) was told to use this command print(emoji.emojize('Python is :thumbsup:',…
pythonasked Darlley Brito 37 -
2
votes2
answers807
viewsQ: Primitive type int() in Python
I am beginner(1 semester of TADS), the maximum programming I saw was programming logic and now I’ve started to study Python. In the course of Python Video Course he taught that the primitive type…