Dyskusje Q&A
what is wrong
1 Głos
1 Odpowiedźwhy my code is not working?
0 głosów
2 odpowiedziI tried this <video> element and it doesn't seem to be working conpletely. Sound is working, but the video is not showing. I've placed this element inside a <td>. Does that affect its functionality?
<table><tr><td>
<video controls>
<source src="*.mp4" type="video/mp4">
Note and comment text...
</video></td></tr></table>
3 głosów
4 odpowiedziIm having an issue working with directories. My issue is with importing .csv files. I use the code indicated in the documenration--pd.read_csv,()--for ipython but i keep getting the error message stating the file does not exist. Any general ideas of what i might be doing wrong?
2 głosów
2 odpowiedziWhat ever I learned here most of the things are not working in turbo c++ ? i.e . instead of iostrem I have to write iostream. h . why is this so?? also it is not accepting this- using namespace std;
. and also not accepting return 0; . Please help me iam really confused. Thanks :)
0 głosów
5 odpowiedziHello guys right now I am kinda of new in python
my question is related to the function call len()
len() its print out the character but here it's the confusing part, I am working with a list let me explain an example
players
['lee', 'bob', 'moe', 'joe']
len(players)
4
why it's giving me 4 item in the list I thought len it counts the characters and if I do this it give me the correct somewhat answer what I am seeking,
len(players [-1])
3
0 głosów
8 odpowiedziHi guys..I need your help..In my project, there is a task to create custom album for videos.album creation working fine.but i want to delete specific video from that album..Deleting whole custom album working.But struggling to delete specific video from album? pls give any solution or references ...thanks in advance
0 głosów
2 odpowiedzi